Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
Also fix device removed callback on AstroPhoto-Plus
Browse files Browse the repository at this point in the history
  • Loading branch information
GuLinux committed May 28, 2020
1 parent efc9799 commit 03e4117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/indi/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,5 @@ def wait_for_interfaces():
threading.Thread(target=wait_for_interfaces).start()

def __on_device_removed(self, device):
self.event_listener.on_device_removed(self.device(name=device.name))
self.event_listener.on_device_removed(self.device(name=device))

0 comments on commit 03e4117

Please sign in to comment.