Skip to content
Snippets Groups Projects
Commit cf7119ac authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Preferred way to shut down process

parent bb0f0717
No related branches found
No related tags found
No related merge requests found
......@@ -55,5 +55,5 @@ if __name__ == '__main__':
while input_str.upper() != 'STOP':
input_str = input()
server_process.close()
server_process.terminate()
print('Finished')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment