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)