increase sleep
This commit is contained in:
parent
38a7ada447
commit
1df035f033
2
main.py
2
main.py
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user