yukyo0821 3 år sedan
förälder
incheckning
7d2a22f7c9
1 ändrade filer med 1 tillägg och 1 borttagningar
  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):