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):