Skip to content

Commit

Permalink
Removes debug keyword from uvicorn setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
pritchardn committed Oct 20, 2022
1 parent 703122e commit bcd720c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions daliuge-translator/dlg/dropmake/web/translator_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -893,8 +893,7 @@ def handler(*_args):
uvicorn.run(
app=app,
host=options.host,
port=options.port,
debug=options.verbose
port=options.port
)


Expand Down

0 comments on commit bcd720c

Please sign in to comment.