Skip to content

Commit

Permalink
Remove reference to nonexistent variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobeva committed Oct 25, 2024
1 parent 5747f91 commit fbf6606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNS/Interfaces/Android/RNodeMultiInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ def readLoop(self):
if self.bt_manager != None:
self.bt_manager.close()

if not self.detached and not self.reconnecting:
if not self.detached:
self.reconnect_port()

def reconnect_port(self):
Expand Down

0 comments on commit fbf6606

Please sign in to comment.