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:
parent
fa05c54705
commit
3a6a575b56
@ -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],
|
||||
|
Loading…
x
Reference in New Issue
Block a user