From 372c96f29d6687fc69d8625c6e80252c43c1d320 Mon Sep 17 00:00:00 2001 From: HeNine <> Date: Sun, 7 Nov 2021 13:31:42 +0100 Subject: [PATCH] Update port to conform to wub --- professor-api/professor_api/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/professor-api/professor_api/main.py b/professor-api/professor_api/main.py index ea6196c..ff09d83 100644 --- a/professor-api/professor_api/main.py +++ b/professor-api/professor_api/main.py @@ -45,7 +45,7 @@ def servelet(server): 'postgresql://USER:PASSWORD@HOST/DBNAME?KEY=VALUE') @argh.arg('--bustime-start', help='The start time in UTC for the event, for UTC-Bustime conversion') -def main(database="", host='0.0.0.0', port=8005, bustime_start=None): +def main(database="", host='0.0.0.0', port=8011, bustime_start=None): if bustime_start is None: logging.error("Missing --bustime-start!") exit(1)