summaryrefslogtreecommitdiff
path: root/server/piztor/prob.py
diff options
context:
space:
mode:
Diffstat (limited to 'server/piztor/prob.py')
-rw-r--r--server/piztor/prob.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/server/piztor/prob.py b/server/piztor/prob.py
index 1f9bdb7..4ccc957 100644
--- a/server/piztor/prob.py
+++ b/server/piztor/prob.py
@@ -45,6 +45,11 @@ def send(data):
sock.close()
return received
+from sys import argv
+
+if len(argv) == 2:
+ host = argv[1]
+
username = "hello"
password = "world"
gid = 1