1
0
mirror of https://gitlab.com/MisterBiggs/multi-bot-tutorial.git synced 2025-06-16 15:17:25 +00:00

fixed whitespace issues with rocket and mission

This commit is contained in:
Anson 2019-07-11 21:47:10 -07:00
parent fa05c54705
commit 3a6a575b56

View File

@ -30,8 +30,8 @@ def nextLaunch():
print("error")
launch = {
"rocket": rocket,
"mission": mission,
"rocket": rocket.strip(),
"mission": mission.strip(),
"date": date,
"countdown": str(countdown),
"video": data["vidURLs"][0],