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