Added DB statistics autoupdate and write to sites.md (#357)

This commit is contained in:
Soxoj
2022-02-23 18:01:42 +03:00
committed by GitHub
parent 31fc656721
commit 1683e5b744
3 changed files with 27 additions and 11 deletions
+1 -1
View File
@@ -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)