Skip to content

Commit

Permalink
Remove unused NodeScanner.active member (christiansandberg#527)
Browse files Browse the repository at this point in the history
The .active functionality was purged on June 9, 2017
with commit a28ef27.
  • Loading branch information
erlend-aasland authored Aug 11, 2024
1 parent d75c5f0 commit 28ee18c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions canopen/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,9 +372,6 @@ class NodeScanner:
The network to use when doing active searching.
"""

#: Activate or deactivate scanning
active = True

SERVICES = (0x700, 0x580, 0x180, 0x280, 0x380, 0x480, 0x80)

def __init__(self, network: Optional[Network] = None):
Expand Down

0 comments on commit 28ee18c

Please sign in to comment.