increase sleep

This commit is contained in:
Bruno Rybársky 2022-01-18 14:40:55 +01:00
parent 38a7ada447
commit 1df035f033

@ -11,4 +11,4 @@ with open('/tmp/battleship_server.pid', 'w') as f:
f.write(str(pid))
print('Hello my(battleship_server) pid is ' + str(pid))
while True:
time.sleep(1)
time.sleep(2)