Replace non-existing emoji name
This commit is contained in:
parent
2060d2b4b5
commit
7481793dd4
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ def announce_sunrise(today):
|
||||||
def announce_sunset(tomorrow):
|
def announce_sunset(tomorrow):
|
||||||
print("Announcing sunset", flush=True)
|
print("Announcing sunset", flush=True)
|
||||||
now = datetime.datetime.now(GHENT.tzinfo)
|
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"],
|
tomorrow["sunrise"],
|
||||||
format_in(now - tomorrow["sunrise"]),
|
format_in(now - tomorrow["sunrise"]),
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in a new issue