Skip to content

Commit 0d36f52

Browse files
committed
Update jjclock.py
1 parent 5ca88ca commit 0d36f52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jjclock.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ def killthreads():
268268
epddisplay.disconnect() # disconnect epddisplay from SPI (if this is still alive when next version starts, will fail)
269269
if im:
270270
for id in im.inputdevices:
271+
logger.debug("killing " + str(id))
271272
id.close()
272273

273274
atexit.register(killthreads)

0 commit comments

Comments
 (0)