Skip to content

Commit

Permalink
Update server/cli/launch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bento007 authored Nov 17, 2022
1 parent b6fb276 commit df4261f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/cli/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def launch(
# Those will override the ones provided in the config file (if provided).
updates = dict(
server__app__verbose=verbose,
sserver__app__debug=debug,
server__app__debug=debug,
server__app__host=host,
server__app__port=port,
server__app__open_browser=open_browser,
Expand Down

0 comments on commit df4261f

Please sign in to comment.