Fix string message
This commit is contained in:
parent
d54feb7d91
commit
349b33dc64
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue