diff options
author | Anthony LaTorre <devnull@localhost> | 2013-05-01 12:18:15 -0500 |
---|---|---|
committer | Anthony LaTorre <devnull@localhost> | 2013-05-01 12:18:15 -0500 |
commit | f94503b5112a29fc796f348bd08546974a717f56 (patch) | |
tree | 814d4ec7c843cbe548fa2f9100d46a981a75ca54 | |
parent | e1058fbccb07ca22f080e121b88f4a182ca9b697 (diff) | |
download | lecrunch-f94503b5112a29fc796f348bd08546974a717f56.tar.gz lecrunch-f94503b5112a29fc796f348bd08546974a717f56.tar.bz2 lecrunch-f94503b5112a29fc796f348bd08546974a717f56.zip |
set default ip and port in setup.py
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -scope_ip = '205.208.56.226' +scope_ip, port = '', 1861 |