Skip to content
Snippets Groups Projects
Commit e5a038dd authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-699: typo

parent 20a0474d
No related branches found
No related tags found
No related merge requests found
......@@ -353,7 +353,7 @@ def main():
level = logging.INFO)
global ingestrpc
ingestrpc = IngestRPC(busname = options.exchange, broker = options.broker)
ingestrpc = IngestRPC(exchange = options.exchange, broker = options.broker)
with ingestrpc:
app.run(debug = isDevelopmentEnvironment(), threaded = True, host = '0.0.0.0', port = options.port)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment