Skip to content

Commit

Permalink
Update shared_classes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
azerty9971 committed Jan 27, 2025
1 parent cbd04ac commit 52d4a63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

class DeviceWatcher:
def __init__(self, multi_manager: MultiManager) -> None:
self.watched_dev_id = ["bfd2bc6b252907fc0dnlao"]
self.watched_dev_id = []
self.multi_manager = multi_manager

def is_watched(self, dev_id: str) -> bool:
Expand Down

0 comments on commit 52d4a63

Please sign in to comment.