mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-26 11:37:54 +08:00
Add: Update check via github web page
- Add no update check if running multiple alas - Fix enable_update_check not working
This commit is contained in:
8
alas.py
8
alas.py
@@ -4,9 +4,12 @@ import time
|
||||
from datetime import datetime
|
||||
|
||||
from module.config.config import AzurLaneConfig
|
||||
from module.logger import logger, pyw_name, log_file
|
||||
|
||||
from module.device.device import Device
|
||||
from module.logger import logger, pyw_name, log_file
|
||||
from module.update import Update
|
||||
|
||||
|
||||
Update(AzurLaneConfig()).get_latest_commit()
|
||||
|
||||
|
||||
class AzurLaneAutoScript:
|
||||
@@ -168,6 +171,5 @@ class AzurLaneAutoScript:
|
||||
az.device.screenshot()
|
||||
az.retire_ships(amount=2000)
|
||||
|
||||
|
||||
# alas = AzurLaneAutoScript()
|
||||
# alas.reward()
|
||||
|
||||
Reference in New Issue
Block a user