mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 22:08:20 +08:00
27 lines
898 B
Python
27 lines
898 B
Python
|
|
import datetime
|
||
|
|
|
||
|
|
from module.config.argument import Argument
|
||
|
|
|
||
|
|
# This file was automatically generated by module/config/db.py.
|
||
|
|
# Don't modify it manually.
|
||
|
|
|
||
|
|
|
||
|
|
class GeneratedConfig:
|
||
|
|
"""
|
||
|
|
Auto generated configuration
|
||
|
|
"""
|
||
|
|
|
||
|
|
# Func `Alas`
|
||
|
|
SCHEDULER__COMMAND = Argument(value='Alas', path='Scheduler.Command')
|
||
|
|
SCHEDULER__NEXT_RUN = Argument(value=datetime.datetime(2020, 1, 1, 0, 0), path='Scheduler.NextRun')
|
||
|
|
SCHEDULER__SUCCESS_INTERVAL = Argument(value=0, path='Scheduler.SuccessInterval')
|
||
|
|
SCHEDULER__FAILURE_INTERVAL = Argument(value=120, path='Scheduler.FailureInterval')
|
||
|
|
SCHEDULER__SERVER_UPDATE = Argument(value='00:00', path='Scheduler.ServerUpdate')
|
||
|
|
EMULATOR__SERIAL = Argument(value='127.0.0.1:62001', path='Emulator.Serial', option=('127.0.0.1:5555', '127.0.0.1:21503', '127.0.0.1:62001'))
|
||
|
|
|
||
|
|
# Func `Main`
|
||
|
|
|
||
|
|
# Func `Commission`
|
||
|
|
|
||
|
|
# Func `Research`
|