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:
@@ -1533,3 +1533,4 @@ if __name__ == "__main__":
|
|||||||
threading.Thread(target=auto_reply_loop, daemon=True).start()
|
threading.Thread(target=auto_reply_loop, daemon=True).start()
|
||||||
port = int(os.getenv("FLASK_PORT", "5000"))
|
port = int(os.getenv("FLASK_PORT", "5000"))
|
||||||
app.run(host="0.0.0.0", port=port, debug=True)
|
app.run(host="0.0.0.0", port=port, debug=True)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user