man
This commit is contained in:
parent
b37040e5bf
commit
ddb9433d0b
2
ltsv2.py
2
ltsv2.py
@ -8,7 +8,7 @@ import threading
|
|||||||
from flask import Flask, request, jsonify
|
from flask import Flask, request, jsonify
|
||||||
from werkzeug.serving import make_server
|
from werkzeug.serving import make_server
|
||||||
import time
|
import time
|
||||||
print("man !!! what can I say !")
|
print("man !!! what can I say ! Manba out!!!!")
|
||||||
class IntegratedChatServer:
|
class IntegratedChatServer:
|
||||||
def __init__(self, http_host='0.0.0.0', http_port=5000, socket_host='0.0.0.0', socket_port=12345):
|
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
|
self.http_host = http_host
|
||||||
|
Loading…
x
Reference in New Issue
Block a user