mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-28 03:09:42 +08:00
Fix: Menu extraction
- Delay task if reach oil limit
This commit is contained in:
@@ -199,9 +199,9 @@ class ConfigGenerator:
|
||||
for line in f.readlines():
|
||||
line = line.strip('\n')
|
||||
if '=====' in line:
|
||||
group = line.strip('#=- ')
|
||||
if tasks:
|
||||
deep_set(data, keys=f'Task.{group}', value=tasks)
|
||||
group = line.strip('#=- ')
|
||||
tasks = []
|
||||
if group:
|
||||
if line.endswith(':'):
|
||||
|
||||
Reference in New Issue
Block a user