This commit is contained in:
DZY 2025-05-31 18:33:11 +08:00
parent 52d3a6d86b
commit b37040e5bf

View File

@ -8,7 +8,7 @@ import threading
from flask import Flask, request, jsonify
from werkzeug.serving import make_server
import time
print("man !!!")
print("man !!! what can I say !")
class IntegratedChatServer:
def __init__(self, http_host='0.0.0.0', http_port=5000, socket_host='0.0.0.0', socket_port=12345):
self.http_host = http_host