Ben 11 mesiacov pred
rodič
commit
9803b4ffe7
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 2 1
      app.py

+ 2 - 1
app.py

@@ -69,7 +69,8 @@ def extract():
                 "streamingData": {
                 "streamingData": {
                     "formats": formats
                     "formats": formats
                 }
                 }
-            }
+            },
+            "debug": info
         }
         }
         db.upsert(Document(value=result, doc_id=url))
         db.upsert(Document(value=result, doc_id=url))
         return result
         return result