Fixed the rest of false positives for now (#371)

* Fixed the rest of false positives for now

* Fixed tag

* Updated site list and statistics
This commit is contained in:
Soxoj
2022-02-26 16:43:40 +03:00
committed by GitHub
parent bc787cdf51
commit 8a53a38543
4 changed files with 35 additions and 22 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ Rank data fetched from Alexa by domains.
site_file.write(f'1. {favicon} [{site}]({url_main})*: top {valid_rank}{tags}*{note}\n')
db.update_site(site)
site_file.write(f'\nAlexa.com rank data fetched at ({datetime.utcnow()} UTC)\n')
site_file.write(f'\nThe list was updated at ({datetime.utcnow()} UTC)\n')
db.save_to_file(args.base_file)
statistics_text = db.get_db_stats(is_markdown=True)