From b37040e5bfdaaed3bdeed7530477a54b4bf8129d Mon Sep 17 00:00:00 2001 From: DZY Date: Sat, 31 May 2025 18:33:11 +0800 Subject: [PATCH] man --- ltsv2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltsv2.py b/ltsv2.py index 864b2a6..8250d5a 100644 --- a/ltsv2.py +++ b/ltsv2.py @@ -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