Skip to content

Commit 8576181

Browse files
committed
feat: mediaWiki change dump dir!
1 parent 10b71f5 commit 8576181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hivemind_etl/mediawiki/etl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def __init__(
2525
community_id, namespaces=namespaces, proxy_url=self.proxy_url
2626
)
2727

28-
self.dump_dir = f"dump_{self.community_id}"
28+
self.dump_dir = f"dumps/{self.community_id}"
2929
self.delete_dump_after_load = delete_dump_after_load
3030

3131
def extract(self, api_url: str, dump_dir: str | None = None) -> None:

0 commit comments

Comments
 (0)