From ad4c321f3fe9ac39103f1c7b1f7c5c4cce86877d Mon Sep 17 00:00:00 2001 From: ptalmeida Date: Thu, 24 Jan 2019 11:16:23 +0000 Subject: [PATCH] Correct print look --- site_list.py | 2 +- sites.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site_list.py b/site_list.py index dc969b6..e7d4217 100644 --- a/site_list.py +++ b/site_list.py @@ -39,7 +39,7 @@ with open("sites.md", "w") as site_file: data.get(social_network)["rank"] = get_rank(url_main) index = index + 1 - site_file.write(f'\nAlexa.com rank data fetched at ({datetime.utcnow()} UTC)\n') + site_file.write(f'\nAlexa.com rank data fetched at {datetime.utcnow()} UTC\n') sorted_json_data = json.dumps(data, indent=2, sort_keys=True) diff --git a/sites.md b/sites.md index d6569e0..630b531 100644 --- a/sites.md +++ b/sites.md @@ -133,4 +133,4 @@ 132. [iMGSRC.RU](https://imgsrc.ru/) 133. [last.fm](https://last.fm/) -Alexa.com rank data fetched at (2019-01-24 10:58:49.318475 UTC) +Alexa.com rank data fetched at 2019-01-24 10:58:49.318475 UTC