From 2b559ae84cd0bd4368d4a7773b72494d3a62789d Mon Sep 17 00:00:00 2001 From: DZY Date: Sat, 31 May 2025 17:54:47 +0800 Subject: [PATCH] add . --- ltsv2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ltsv2.py b/ltsv2.py index a75d4de..31fc73f 100644 --- a/ltsv2.py +++ b/ltsv2.py @@ -8,6 +8,7 @@ import threading from flask import Flask, request, jsonify from werkzeug.serving import make_server import time +print("man") 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