We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176e5de commit 0715d1fCopy full SHA for 0715d1f
zulip_botserver/zulip_botserver/server.py
@@ -254,7 +254,7 @@ def main() -> None:
254
app.config["BOTS_LIB_MODULES"] = bots_lib_modules
255
app.config["BOT_HANDLERS"] = bot_handlers
256
app.config["MESSAGE_HANDLERS"] = message_handlers
257
- app.run(host=options.hostname, port=int(options.port), debug=True)
+ app.run(host=options.hostname, port=int(options.port))
258
259
260
if __name__ == "__main__":
0 commit comments