Fix string message

This commit is contained in:
hyugogirubato 2024-07-08 19:01:33 +02:00
parent d54feb7d91
commit 349b33dc64
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ def main() -> None:
raise KeyboardInterrupt raise KeyboardInterrupt
if current: if current:
logger.info('Successfully hooked.') logger.info('Successfully hooked')
if args.auto: if args.auto:
logger.info('Starting DRM player launch process...') logger.info('Starting DRM player launch process...')
sp = subprocess.run(['adb', '-s', str(core.device.id), 'shell', 'am', 'start', '-a', 'android.intent.action.VIEW', '-d', 'https://bitmovin.com/demos/drm'], capture_output=True) sp = subprocess.run(['adb', '-s', str(core.device.id), 'shell', 'am', 'start', '-a', 'android.intent.action.VIEW', '-d', 'https://bitmovin.com/demos/drm'], capture_output=True)