This commit is contained in:
Amazed 2020-05-28 12:06:10 +02:00
parent 3f68462e7a
commit 0636f72717
1 changed files with 1 additions and 0 deletions

View File

@ -17,5 +17,6 @@ class MasterServer:
def _register(self):
while True:
print("Sending register")
self.socket.sendto(("0"+str(self.server.listen_port)).encode("ascii"), (self.masterserverip, self.masterserverport))
time.sleep(120)