From 66332ccf766c44f747d822a72d266260a2364266 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 16 Mar 2023 23:19:02 +0000 Subject: [PATCH] Update app.py --- extensions/chatwoot/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/chatwoot/app.py b/extensions/chatwoot/app.py index 1802a648..f1830041 100644 --- a/extensions/chatwoot/app.py +++ b/extensions/chatwoot/app.py @@ -84,4 +84,4 @@ def docsgpt(): return create_message if __name__ == '__main__': - app.run(debug=True, host='0.0.0.0', port=80) \ No newline at end of file + app.run(host='0.0.0.0', port=80) \ No newline at end of file