Skip to content

Commit

Permalink
Fixed recovered typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertSuarez committed Mar 5, 2020
1 parent c663989 commit b6a9a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cron/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b6a9a81

Please sign in to comment.