mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 14:34:33 +00:00
Added DB statistics autoupdate and write to sites.md (#357)
This commit is contained in:
+1
-1
@@ -566,7 +566,7 @@ async def main():
|
||||
|
||||
# Database statistics
|
||||
if args.stats:
|
||||
print(db.get_db_stats(db.sites_dict))
|
||||
print(db.get_db_stats())
|
||||
|
||||
report_dir = path.join(os.getcwd(), args.folderoutput)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user