diff --git a/functions.py b/functions.py index b9467d9..2efc342 100644 --- a/functions.py +++ b/functions.py @@ -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],