mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 04:37:44 +08:00
Fix: Fix default PACKAGE_NAME
- this was causing error when triggered app restart
This commit is contained in:
@@ -149,8 +149,8 @@ class AzurLaneConfig:
|
||||
"""
|
||||
module.device
|
||||
"""
|
||||
SERIAL = '127.0.0.1:62001'
|
||||
PACKAGE_NAME = 'com.bilibili.azurlane'
|
||||
SERIAL = ''
|
||||
PACKAGE_NAME = ''
|
||||
COMMAND = ''
|
||||
USE_ADB_SCREENSHOT = True
|
||||
USE_ADB_CONTROL = False
|
||||
|
||||
Reference in New Issue
Block a user