1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 14:37:20 +08:00

Chore: Use new syntax sugar in os_handler

This commit is contained in:
LmeSzinc
2026-01-22 19:07:09 +08:00
parent 8ea89756f1
commit 475c2dd2bc
15 changed files with 135 additions and 445 deletions

View File

@@ -35,7 +35,7 @@ class OperationSiren(
if __name__ == '__main__':
self = OperationSiren('month_test', task='OpsiMonthBoss')
self = OperationSiren('alas', task='OpsiMonthBoss')
self.config = self.config.merge(OSConfig())