From 1df035f033c2f6d36aa10b7be888e80c52db4d2a Mon Sep 17 00:00:00 2001 From: BRNSystems <70092437+BRNSystems@users.noreply.github.com> Date: Tue, 18 Jan 2022 14:40:55 +0100 Subject: [PATCH] increase sleep --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index bfcf0df..e7388fc 100644 --- a/main.py +++ b/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) \ No newline at end of file + time.sleep(2)