summaryrefslogtreecommitdiff
path: root/server/piztor/prober.py
diff options
context:
space:
mode:
Diffstat (limited to 'server/piztor/prober.py')
-rw-r--r--server/piztor/prober.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/piztor/prober.py b/server/piztor/prober.py
index cd952ef..eed36f8 100644
--- a/server/piztor/prober.py
+++ b/server/piztor/prober.py
@@ -20,7 +20,7 @@ if len(argv) == 3:
token = user_auth(username, password)
print "Client: " + username + "logged in"
#open_push_tunnel(token, username)
-for i in xrange(10):
+for i in xrange(100):
print "Client: " + username + " updateing"
update_location(token, username, 123.456, 123.456)
- sleep(10)
+# sleep(5)