Skip to content

Commit

Permalink
Fixed tag
Browse files Browse the repository at this point in the history
  • Loading branch information
soxoj committed Feb 26, 2022
1 parent 9b24aee commit 221f921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maigret/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -24489,7 +24489,7 @@
},
"thoughts.com": {
"tags": [
"blogs"
"blog"
],
"checkType": "message",
"absenceStrs": [
Expand Down
2 changes: 1 addition & 1 deletion utils/update_site_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def get_readable_rank(r):
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)
Expand Down

0 comments on commit 221f921

Please sign in to comment.