From b6a9a8197ba268c0c33c655985b31b63f4a46f54 Mon Sep 17 00:00:00 2001 From: Albert Suarez Date: Thu, 5 Mar 2020 17:53:21 +0100 Subject: [PATCH] Fixed recovered typo --- src/cron/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cron/runner.py b/src/cron/runner.py index a2c39b0..ece01f7 100644 --- a/src/cron/runner.py +++ b/src/cron/runner.py @@ -40,7 +40,7 @@ def _notify_changes(diff_tuple, resource_type, icon, results, total_worldwide): ) elif resource_type == DATA_RECOVERED: message_list.append( - f'{icon} {ICON_UP} {abs(number):,} could recover in {place} {flag} totaling {total:,} ' + f'{icon} {ICON_UP} {abs(number):,} new recoveries in {place} {flag} totaling {total:,} ' f'in this place. Already {total_worldwide:,} worldwide. {HASHTAG_LIST}' ) elif number < 0: