mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-21 16:27:39 -06:00
Don't run the webserver in debug mode as it breaks the runtime.
This commit is contained in:
parent
0df7225561
commit
dd40207617
@ -37,7 +37,7 @@ else:
|
||||
server_port = config.DEFAULT_SERVER_PORT
|
||||
|
||||
try:
|
||||
app.run(port=server_port)
|
||||
app.run(port=server_port, debug=False)
|
||||
except IOError:
|
||||
app.logger.error("Error starting the app server: %s", sys.exc_info())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user