Browse Source

mod: debug

Ben 11 months ago
parent
commit
9803b4ffe7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app.py

+ 2 - 1
app.py

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