Fix reply_pools UndefinedError: pass as dict instead of individual kwargs

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-15 20:58:13 +03:00
parent 064954e997
commit 81a7f5f35d
+1
View File
@@ -1533,3 +1533,4 @@ if __name__ == "__main__":
threading.Thread(target=auto_reply_loop, daemon=True).start()
port = int(os.getenv("FLASK_PORT", "5000"))
app.run(host="0.0.0.0", port=port, debug=True)