From 4101d25f49e52272eadd52c2778aed7e463e40cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BF=97=E6=99=A8?= Date: Tue, 25 Oct 2022 11:22:23 +0800 Subject: [PATCH] fix common train bug --- .../1.Python\347\256\200\344\273\213/config.json" | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git "a/data/1.python\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/1.Python\347\256\200\344\273\213/config.json" "b/data/1.python\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/1.Python\347\256\200\344\273\213/config.json" index a35a0f4..c312621 100644 --- "a/data/1.python\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/1.Python\347\256\200\344\273\213/config.json" +++ "b/data/1.python\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/1.Python\347\256\200\344\273\213/config.json" @@ -36,6 +36,5 @@ "keywords_must": [ "python" ], - "keywords_forbid": [], - "cover_image": "https://img-service.csdnimg.cn/img_convert/83ad546a88522ee1c5ded0208198e2e1.jpeg" + "keywords_forbid": [] } \ No newline at end of file -- GitLab