From 50065fa5e354eb277e5e3b3ffd6055d39c5b2313 Mon Sep 17 00:00:00 2001 From: Anson Date: Tue, 27 Aug 2019 15:36:49 -0700 Subject: [PATCH] api doesnt seem to return video urls anymore --- functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.py b/functions.py index 20ba0e3..f905e8b 100644 --- a/functions.py +++ b/functions.py @@ -39,7 +39,7 @@ def nextLaunch(): "mission": mission.strip(), "date": date, "countdown": countdown, - "video": data["vidURLs"][0], + # "video": data["vidURLs"][0], } return launch