mirror of
https://github.com/Xevion/tcp-chat.git
synced 2025-12-06 17:16:39 -06:00
command name argument lower, ensure client is properly removed from main.py all_clients
This commit is contained in:
@@ -33,5 +33,6 @@ def receive():
|
||||
thread = threading.Thread(target=client.handle, name=client.id[:8])
|
||||
thread.start()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
receive()
|
||||
|
||||
Reference in New Issue
Block a user