Fixed the specified sleep not being used on the sdl version.
This commit is contained in:
parent
e204264680
commit
b2209909bf
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ class PixelVloedClient(object):
|
|||
"""
|
||||
self.sock.sendto(message, (self.ipaddress, self.port))
|
||||
if sleep:
|
||||
self.Sleep(duration=0.01)
|
||||
self.Sleep(duration=sleep)
|
||||
|
||||
@staticmethod
|
||||
def DiscoverServers(returnfirst=False, timeout=5):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue