yukyo0821 3 rokov pred
rodič
commit
7d2a22f7c9
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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):