From c589248cd48214096bdfcd2c637b23c38f79699f Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Tue, 22 Sep 2020 15:56:03 +0000 Subject: Fix typo --- daily-update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daily-update.py b/daily-update.py index aa30efe..f9c402d 100755 --- a/daily-update.py +++ b/daily-update.py @@ -30,7 +30,7 @@ def get_old_news(): full_url = urls[i] % century_ago name = names[i] if requests.get(full_url).status_code != 404: - news_text += '%s %s\n' % (full, name, century_ago) + news_text += '%s %s\n' % (full_url, name, century_ago) return news_text def get_unread_reminders(): -- cgit v1.2.3