diff --git a/main.py b/main.py index e7388fc..d16ccf3 100644 --- a/main.py +++ b/main.py @@ -9,6 +9,6 @@ pid = os.getpid() #write pid to file /tmp/battleship_server.pid with open('/tmp/battleship_server.pid', 'w') as f: f.write(str(pid)) -print('Hello my(battleship_server) pid is ' + str(pid)) +print('Hello my(i am battleship server) pid is ' + str(pid)) while True: time.sleep(2)