Skip to content

Commit

Permalink
Fix black formatting error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jreed1701 committed Jan 3, 2024
1 parent 31b2a83 commit 2e17389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/gui/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _spawn_server_on_thread(self):
debug=False,
use_reloader=False,
threaded=True,
use_evalex=False
use_evalex=False,
)
)
self._server_thread.daemon = True
Expand Down

0 comments on commit 2e17389

Please sign in to comment.