A client's port will be 5005 when specifying an ip address and no port.
This commit is contained in:
parent
143debb5f6
commit
a833d43ee0
1 changed files with 1 additions and 1 deletions
2
vloed.py
2
vloed.py
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue