From f94503b5112a29fc796f348bd08546974a717f56 Mon Sep 17 00:00:00 2001 From: Anthony LaTorre Date: Wed, 1 May 2013 12:18:15 -0500 Subject: set default ip and port in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit