Skip to content

Commit

Permalink
Merge pull request #295 from gnmerritt/slow-networks-crash
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianTremblay committed Sep 9, 2021
2 parents a09cc9c + e920fe5 commit cf09565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BAC0/scripts/Lite.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def discover(
if network < 65535:
_networks.append(network)
elif networks == "known":
_networks = self.known_network_numbers
_networks = self.known_network_numbers.copy()
else:
if networks < 65535:
_networks.append(networks)
Expand Down

0 comments on commit cf09565

Please sign in to comment.