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'