From edb7b448cd2ebdb3b2b0ffa3da5ed8a51ac83f42 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 23 Apr 2022 11:23:49 +0100 Subject: [PATCH] Arghh - need to concentrate ;-) GLOBAL was missing --- hblink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hblink.py b/hblink.py index c871a5e..2c8ba22 100755 --- a/hblink.py +++ b/hblink.py @@ -293,7 +293,7 @@ class OPENBRIDGE(DatagramProtocol): #This is a v1 packet, so all the extended stuff we can set to default #We are the source server if traffic came over a v1 bridge - sysops are responsible #for bridged in traffic from their system - _source_server = self._CONFIG['SERVER_ID'] + _source_server = self._CONFIG['GLOBAL']['SERVER_ID'] _source_rptr = b'\x00\x00\x00\x00' _ber = b'\x00' _rssi = b'\x00'