We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da3ca4 commit c5711a6Copy full SHA for c5711a6
1 file changed
classes/transports/transport_base.py
@@ -68,7 +68,7 @@ def __init__(self, settings : 'SectionProxy', protocolSettings : 'protocol_setti
68
else:
69
self.write_enabled = settings.getboolean("write", self.write_enabled)
70
71
- self.device_identifier = self.device_model + "_" + self.device_serial_number
+ self.device_identifier = (self.device_model + "_" + self.device_serial_number).lower()
72
73
74
def init_bridge(self, from_transport : 'transport_base'):
0 commit comments