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

api doesnt seem to return video urls anymore

This commit is contained in:
Anson 2019-08-27 15:36:49 -07:00
parent f9b622298e
commit 50065fa5e3

View File

@ -39,7 +39,7 @@ def nextLaunch():
"mission": mission.strip(), "mission": mission.strip(),
"date": date, "date": date,
"countdown": countdown, "countdown": countdown,
"video": data["vidURLs"][0], # "video": data["vidURLs"][0],
} }
return launch return launch