mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Remove print statements
This commit is contained in:
parent
bbddbbf646
commit
22d519b4df
@ -178,9 +178,7 @@ def ping_bedrock(ip, port):
|
||||
client_guid = uuid.UUID(int=rd.getrandbits(32)).int
|
||||
except:
|
||||
client_guid = 0
|
||||
print(client_guid)
|
||||
try:
|
||||
print(client_guid)
|
||||
brp = BedrockPing(ip, port, client_guid)
|
||||
return brp.ping()
|
||||
except socket.timeout:
|
||||
|
Loading…
Reference in New Issue
Block a user