zulip_botserver: Turn off Flask debug mode.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
176e5de694
commit
0715d1f46c
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ def main() -> None:
|
|||
app.config["BOTS_LIB_MODULES"] = bots_lib_modules
|
||||
app.config["BOT_HANDLERS"] = bot_handlers
|
||||
app.config["MESSAGE_HANDLERS"] = message_handlers
|
||||
app.run(host=options.hostname, port=int(options.port), debug=True)
|
||||
app.run(host=options.hostname, port=int(options.port))
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Reference in a new issue