mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-18 03:25:52 +00:00
Removed problematic redundant call to terminate in reader
This commit is contained in:
parent
f885d22318
commit
abbbefc7a2
@ -247,8 +247,5 @@ class Reader:
|
||||
else:
|
||||
self._debounce_remove[type_code] -= 1
|
||||
|
||||
def __del__(self):
|
||||
self.terminate()
|
||||
|
||||
|
||||
reader = Reader()
|
||||
|
Loading…
Reference in New Issue
Block a user