From 16687ea830428976b6d631ccffddc0dc93ca519d Mon Sep 17 00:00:00 2001 From: LongHairedHacker Date: Wed, 20 Dec 2017 21:49:05 +0100 Subject: [PATCH] Added missing crew members --- cms/generate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/generate.py b/cms/generate.py index f317107..3b65f1e 100644 --- a/cms/generate.py +++ b/cms/generate.py @@ -11,7 +11,7 @@ from staticfiles import copy_dir WIKI_URL = 'https://events.ccc.de/congress/2017/wiki/api.php?action=parse&page=Assembly:CSOC&format=json&prop=text' FLIGHTPLAN_URL = 'https://frab.txtfile.eu/en/34c3-ffc/public/schedule.json' -MISSION_CREW = ['VanillaChief', 'TP1024', 'Nikos Roussos', 'Pierros Papadeas', 'ar3itrary'] +MISSION_CREW = ['VanillaChief', 'TP1024', 'Nikos Roussos', 'Pierros Papadeas', 'INCO', 'ar3itrary'] STATIC_FILES_DIR = 'static/' TEMPLATE_DIR = 'templates'