summaryrefslogtreecommitdiff
path: root/server/piztor/prober.py
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-31 15:25:16 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-31 15:25:16 +0800
commit561d1d7a27e8b4a635f92289d6c89faa39eb4ce6 (patch)
treee1bf706e82ac8bfb0299477b682973cd4d0ea42b /server/piztor/prober.py
parentbb24f90c879b4a0216d592dce18590d841da7289 (diff)
..
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)