Move emojis into one place

Closes: #113
This commit is contained in:
Edward Betts 2024-01-16 15:32:39 +00:00
parent 8047cb67fe
commit 4638069e51
9 changed files with 41 additions and 11 deletions

View file

@ -363,7 +363,7 @@ async def get_data(
if not dt:
continue
rocket_name = f'🚀{launch["rocket"]}: {launch["mission_name"] or "[no mission]"}'
rocket_name = f'{launch["rocket"]}: {launch["mission_name"] or "[no mission]"}'
e = Event(name="rocket", date=dt, title=rocket_name)
events.append(e)