Skip to content

Commit

Permalink
Removed problematic redundant call to terminate in reader
Browse files Browse the repository at this point in the history
  • Loading branch information
sezanzeb committed Jan 22, 2022
1 parent f885d22 commit abbbefc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions inputremapper/gui/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,5 @@ def _debounce_tick(self):
else:
self._debounce_remove[type_code] -= 1

def __del__(self):
self.terminate()


reader = Reader()

0 comments on commit abbbefc

Please sign in to comment.