Add issue source

This commit is contained in:
hyugogirubato 2024-10-18 20:31:10 +02:00
parent fe30ceea32
commit 205c6fff19
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ class Core:
self.logger = logging.getLogger(self.__class__.__name__)
self.running = True
self.cdm = cdm
# https://github.com/hyugogirubato/KeyDive/issues/38#issuecomment-2411932679
self.skip = skip
# Select device based on provided ID or default to the first USB device.