|
|
@ -45,7 +45,7 @@ def servelet(server):
|
|
|
|
'postgresql://USER:PASSWORD@HOST/DBNAME?KEY=VALUE')
|
|
|
|
'postgresql://USER:PASSWORD@HOST/DBNAME?KEY=VALUE')
|
|
|
|
@argh.arg('--bustime-start',
|
|
|
|
@argh.arg('--bustime-start',
|
|
|
|
help='The start time in UTC for the event, for UTC-Bustime conversion')
|
|
|
|
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:
|
|
|
|
if bustime_start is None:
|
|
|
|
logging.error("Missing --bustime-start!")
|
|
|
|
logging.error("Missing --bustime-start!")
|
|
|
|
exit(1)
|
|
|
|
exit(1)
|
|
|
|