Config: Resid address is BL dependent (to be tested)

This commit is contained in:
2025-05-19 15:25:39 +02:00
parent 7c1daf2637
commit df73460d51
+1 -1
View File
@@ -68,7 +68,7 @@ class BeamlineConfig:
if bl is MXBeamline.SIMULATED:
host = "localhost"
else:
host = f"x06da-redis.psi.ch"
host = f"{self.__bl}-redis.psi.ch"
self.__client = redis.Redis(host=host, port=6379, db=0, decode_responses=True)
# Session and authentication management