Replace non-existing emoji name

This commit is contained in:
Midgard 2021-02-24 23:47:00 +01:00
parent 2060d2b4b5
commit 7481793dd4
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -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"]),
))