summaryrefslogtreecommitdiff
path: root/server/piztor/ptp_send.py
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-09-01 11:37:55 +0800
committerTeddy <ted.sybil@gmail.com>2013-09-01 11:37:55 +0800
commit5ebd9d005355d97eaa89c7b86afd80c32cdafd5c (patch)
tree2c0c23da307af3eb145e2a11263bb1680e637a1e /server/piztor/ptp_send.py
parent096ca60866991ccfd218c7af9b79757cd4fdd4c5 (diff)
fixed a bug in limiting queue size
Diffstat (limited to 'server/piztor/ptp_send.py')
-rw-r--r--server/piztor/ptp_send.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/piztor/ptp_send.py b/server/piztor/ptp_send.py
index 42a566d..6c3b476 100644
--- a/server/piztor/ptp_send.py
+++ b/server/piztor/ptp_send.py
@@ -24,8 +24,8 @@ class _SectionSize:
LOCATION_ENTRY = USER_ID + LATITUDE + LONGITUDE
PADDING = 1
-#host = "202.120.7.4"
-host = "localhost"
+host = "202.120.7.4"
+#host = "localhost"
port = 2223
def pack_data(optcode, data):