mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +08:00
Shell server
This commit is contained in:
26
module/config/config_generated.py
Normal file
26
module/config/config_generated.py
Normal file
@@ -0,0 +1,26 @@
|
||||
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`
|
||||
Reference in New Issue
Block a user