We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca88ca commit 0d36f52Copy full SHA for 0d36f52
jjclock.py
@@ -268,6 +268,7 @@ def killthreads():
268
epddisplay.disconnect() # disconnect epddisplay from SPI (if this is still alive when next version starts, will fail)
269
if im:
270
for id in im.inputdevices:
271
+ logger.debug("killing " + str(id))
272
id.close()
273
274
atexit.register(killthreads)
0 commit comments