A client's port will be 5005 when specifying an ip address and no port.

This commit is contained in:
CodePanter 2016-04-28 20:28:28 +02:00
parent 143debb5f6
commit a833d43ee0

View file

@ -198,7 +198,7 @@ class PixelVloedClient(object):
servers[0]) servers[0])
else: else:
self.ipaddress = ip self.ipaddress = ip
self.port = port self.port = port if port else UDP_IP
self.width = width self.width = width
self.height = height self.height = height
if self.debug: if self.debug: