summaryrefslogtreecommitdiff
path: root/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'client.py')
-rwxr-xr-xclient.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/client.py b/client.py
index f1f6867..2e4a4c4 100755
--- a/client.py
+++ b/client.py
@@ -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"))