summaryrefslogtreecommitdiff
path: root/server/piztor/ptp_send.py
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-31 17:34:41 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-31 17:34:41 +0800
commita058ffe8f5e21958a99526477637d54d67e8ef3f (patch)
treec5edbedcfe1528077afbc9ed4dfd583a042d27b1 /server/piztor/ptp_send.py
parent0517abaf483d79905dce118331348610c7239315 (diff)
ptp v2.0c std-compliant server
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):