aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 1abac308..886c22dc 100644
--- a/python/bbg_helpers.py
+++ b/python/bbg_helpers.py
@@ -7,7 +7,7 @@ import datetime
logger = logging.getLogger(__name__)
-BBG_IP = ["guillaume-pc", "edwin-pc", "192.168.0.10", "192.168.0.12"]
+BBG_IP = ["192.168.9.28", "edwin-pc", "192.168.0.10", "192.168.0.12"]
@contextmanager