aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony LaTorre <devnull@localhost>2013-05-01 12:18:15 -0500
committerAnthony LaTorre <devnull@localhost>2013-05-01 12:18:15 -0500
commitf94503b5112a29fc796f348bd08546974a717f56 (patch)
tree814d4ec7c843cbe548fa2f9100d46a981a75ca54
parente1058fbccb07ca22f080e121b88f4a182ca9b697 (diff)
downloadlecrunch-f94503b5112a29fc796f348bd08546974a717f56.tar.gz
lecrunch-f94503b5112a29fc796f348bd08546974a717f56.tar.bz2
lecrunch-f94503b5112a29fc796f348bd08546974a717f56.zip
set default ip and port in setup.py
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4a8cd3b..f2746f4 100644
--- a/setup.py
+++ b/setup.py
@@ -1 +1 @@
-scope_ip = '205.208.56.226'
+scope_ip, port = '', 1861