mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 17:57:01 +08:00
Opt: Merge Emulator.PackageName and Emulator.Server into one dropdown
This commit is contained in:
@@ -40,7 +40,7 @@ class AzurLaneUncensored(LoginHandler):
|
||||
|
||||
logger.hr('Push Uncensored Files', level=1)
|
||||
logger.info('This will take a few seconds')
|
||||
command = ['push', 'files', f'/sdcard/Android/data/{self.config.Emulator_PackageName}']
|
||||
command = ['push', 'files', f'/sdcard/Android/data/{self.device.package}']
|
||||
logger.info(f'Command: {command}')
|
||||
self.device.adb_command(command, timeout=30)
|
||||
logger.info('Push success')
|
||||
|
||||
Reference in New Issue
Block a user