Browse Source

mod: debug

Ben 11 tháng trước cách đây
mục cha
commit
9803b4ffe7
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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