command name argument lower, ensure client is properly removed from main.py all_clients

This commit is contained in:
Xevion
2021-01-20 23:37:06 -06:00
parent 76ec0fd75b
commit 303f08b712
3 changed files with 6 additions and 2 deletions

View File

@@ -33,5 +33,6 @@ def receive():
thread = threading.Thread(target=client.handle, name=client.id[:8])
thread.start()
if __name__ == '__main__':
receive()