From 7481793dd445a0d6326eecb420c006544e18803d Mon Sep 17 00:00:00 2001 From: Midgard Date: Wed, 24 Feb 2021 23:47:00 +0100 Subject: [PATCH] Replace non-existing emoji name --- mattermost_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mattermost_bot.py b/mattermost_bot.py index ff1525d..fb8fae6 100755 --- a/mattermost_bot.py +++ b/mattermost_bot.py @@ -47,7 +47,7 @@ def announce_sunrise(today): def announce_sunset(tomorrow): print("Announcing sunset", flush=True) now = datetime.datetime.now(GHENT.tzinfo) - post(":sunset: De zon gaat onder in Gent!\nZonsopkomst om {} (binnen {})".format( + post(":city_sunset: De zon gaat onder in Gent!\nZonsopkomst om {} (binnen {})".format( tomorrow["sunrise"], format_in(now - tomorrow["sunrise"]), ))