Fix for issue #218.

This commit is contained in:
Paul Kronenwetter 2022-06-19 16:45:06 -04:00
parent e190ac3569
commit 71bc562189

View file

@ -1560,7 +1560,7 @@ class DATA:
# Update data_channel timestamp
self.data_channel_last_received = int(time.time())
if static.LOW_BANDWIDTH_MODE and mode == 255:
if static.LOW_BANDWIDTH_MODE:
frametype = bytes([227])
self.log.debug("[TNC] Requesting low bandwidth mode")