mirror of
https://gitlab.com/MisterBiggs/multi-bot-tutorial.git
synced 2025-08-03 12:01:34 +00:00
fixed whitespace issues with rocket and mission
This commit is contained in:
@@ -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],
|
||||
|
Reference in New Issue
Block a user