1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-03-23 02:54:51 +00:00

Update gstfsd

https://github.com/retspen/webvirtcloud/issues/106
This commit is contained in:
savichev 2016-05-04 12:39:37 +05:00
parent 17cb7ace88
commit b6c875a1a6

View file

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