mirror of
https://github.com/Xevion/tcp-chat.git
synced 2025-12-10 02:08:47 -06:00
fix launch, adjust how main.py starts
This commit is contained in:
@@ -33,5 +33,5 @@ def receive():
|
||||
thread = threading.Thread(target=client.handle, name=client.id[:8])
|
||||
thread.start()
|
||||
|
||||
|
||||
receive()
|
||||
if __name__ == '__main__':
|
||||
receive()
|
||||
|
||||
Reference in New Issue
Block a user