1
0
mirror of https://gitlab.com/MisterBiggs/multi-bot-tutorial.git synced 2025-06-16 23:26:46 +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") print("error")
launch = { launch = {
"rocket": rocket, "rocket": rocket.strip(),
"mission": mission, "mission": mission.strip(),
"date": date, "date": date,
"countdown": str(countdown), "countdown": str(countdown),
"video": data["vidURLs"][0], "video": data["vidURLs"][0],