aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/bbg_helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/bbg_helpers.py b/python/bbg_helpers.py
index 20db812e..bdf0dd22 100644
--- a/python/bbg_helpers.py
+++ b/python/bbg_helpers.py
@@ -7,7 +7,7 @@ import datetime
logger = logging.getLogger(__name__)
-BBG_IP = ['192.168.9.61', '192.168.9.65', '192.168.0.10', '192.168.0.12']
+BBG_IP = ['192.168.9.28', '192.168.9.65', '192.168.0.10', '192.168.0.12']
@contextmanager
def init_bbg_session(ip_list, port=8194):