diff options
| author | troido <troido@protonmail.com> | 2019-01-24 19:47:20 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2019-01-24 19:47:20 +0100 |
| commit | 864335ea6007dbfebe87ff717aeec8478ca10ec5 (patch) | |
| tree | add9e380a9d83cc8380dc59d6ab1583751012abf /client.py | |
| parent | d4d03e2f6c495858faeb1560754a6f34a62e76d1 (diff) | |
made gameserver its own file
Diffstat (limited to 'client.py')
| -rwxr-xr-x | client.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ if len(sys.argv) >= 2: name = sys.argv[1] else: name = "~" + getpass.getuser() +print(name) send(sock, bytes(json.dumps(["name", name]), "utf-8")) |
