mirror of
https://github.com/simon987/od-database.git
synced 2025-04-19 18:36:44 +00:00
Typo in csv export
This commit is contained in:
parent
5bdfa9985c
commit
8f311e52ee
@ -8,7 +8,7 @@ def export(outfile="out.csv"):
|
|||||||
|
|
||||||
print("Export started, connecting to databases...")
|
print("Export started, connecting to databases...")
|
||||||
es = ElasticSearchEngine("od-database")
|
es = ElasticSearchEngine("od-database")
|
||||||
db = Database("db.sqlite")
|
db = Database("db.sqlite3")
|
||||||
docs = es.stream_all_docs()
|
docs = es.stream_all_docs()
|
||||||
docs_with_website = db.join_website_on_scan(docs)
|
docs_with_website = db.join_website_on_scan(docs)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user