Skip to content

Commit 66f7fae

Browse files
committed
Fixed wrong variable names.
1 parent 6326a8c commit 66f7fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ async def run(self, address):
6868

6969
if self.device.fallback:
7070
self.logger.info(f"Fallback: software_version populated with hardware_version.")
71-
self.device.config = {'software_version': self.device.config['hardware_version']}
71+
self.device.info = {'software_version': self.device.info['hardware_version']}
7272

7373
while self.device.info['software_version'] is None:
7474
self.logger.info(f"Waiting for software version...")

0 commit comments

Comments
 (0)