浏览代码

211002 fix

yukyo0821 3 年之前
父节点
当前提交
7d2a22f7c9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      models/contents/routes.py

+ 1 - 1
models/contents/routes.py

@@ -100,7 +100,7 @@ class Content(Resource):
             if self.url in data.get('url', ''):
                 result = data
                 result['path'] = file_dir
-                print(result['path'])
+                #print(result['path'])
                 yield result
 
     def _get_contents(self):