1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-03-23 11:04:49 +00:00
This commit is contained in:
savichev 2017-03-11 15:52:25 +00:00 committed by GitHub
commit b2635c14eb

View file

@ -10,7 +10,7 @@ import re
PORT = 16510
ADDRESS = "0.0.0.0"
ADDRESS = "127.0.0.1"
class MyTCPServer(SocketServer.ThreadingTCPServer):