fix: debug=False in production, verhindert Reloader-Code-Stale-Bug
This commit is contained in:
@@ -3330,4 +3330,4 @@ if __name__ == "__main__":
|
||||
print(f" Meta API: {'✅ configured' if META_TOKEN else '❌ no token'}")
|
||||
print(f" Admin: http://127.0.0.1:{PORT}/admin")
|
||||
print(f" Webhook: http://127.0.0.1:{PORT}/whatsapp/webhook")
|
||||
app.run(host="127.0.0.1", port=PORT, debug=True)
|
||||
app.run(host="127.0.0.1", port=PORT, debug=False)
|
||||
|
||||
Reference in New Issue
Block a user