Skip to content

Commit b2dcd92

Browse files
committed
fix typo
1 parent d2b0610 commit b2dcd92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/transports/transport_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def __init__(self, settings : 'SectionProxy', protocolSettings : 'protocol_setti
7272

7373

7474
def update_identifier(self):
75-
self.device_identifier = (self.device_serial_number).trim().lower()
75+
self.device_identifier = self.device_serial_number.strip().lower()
7676

7777
def init_bridge(self, from_transport : 'transport_base'):
7878
pass

0 commit comments

Comments
 (0)