mirror of
https://github.com/hyugogirubato/KeyDive.git
synced 2026-07-15 18:40:02 +02:00
Fix function reference
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ def main() -> None:
|
||||
cdm.set_challenge(data=args.challenge)
|
||||
|
||||
# Initialize Core instance for interacting with the device
|
||||
core = Core(cdm=cdm, device=args.device, symbols=args.functions)
|
||||
core = Core(cdm=cdm, device=args.device, functions=args.functions)
|
||||
|
||||
# Process watcher loop
|
||||
logger.info('Watcher delay: %ss' % args.delay)
|
||||
|
||||
Reference in New Issue
Block a user