turn off auto-reload in debug mode (#1301)

This commit is contained in:
Bruce Martin
2020-03-26 13:34:56 -07:00
committed by GitHub
parent 57938b487b
commit a398f85ccc
2 changed files with 1 additions and 4 deletions
+1
View File
@@ -427,6 +427,7 @@ def launch(
port=app_config.server__port,
threaded=not app_config.server__debug,
use_debugger=False,
use_reloader=False
)
except OSError as e:
if e.errno == errno.EADDRINUSE: