mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
20200620.03
- Update checker moved to emulator function - Added datetime parser to update checker, now will transform strings to date and compare most recent
This commit is contained in:
@@ -415,10 +415,10 @@ class AzurLaneConfig:
|
||||
self.DEVICE_SCREENSHOT_METHOD = option['device_screenshot_method']
|
||||
self.DEVICE_CONTROL_METHOD = option['device_control_method']
|
||||
self.COMBAT_SCREENSHOT_INTERVAL = float(option['combat_screenshot_interval'])
|
||||
|
||||
option = config['Setting']
|
||||
#UpdateCheck
|
||||
self.UPDATE_CHECK = to_bool(option['enable_update_check'])
|
||||
|
||||
option = config['Setting']
|
||||
# Stop condition
|
||||
self.ENABLE_STOP_CONDITION = to_bool(option['enable_stop_condition'])
|
||||
self.ENABLE_EXCEPTION = to_bool(option['enable_exception'])
|
||||
|
||||
Reference in New Issue
Block a user