mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +08:00
Add: Remember the last used translation
This commit is contained in:
@@ -6,7 +6,7 @@ from deploy.utils import *
|
||||
|
||||
|
||||
class DeployConfig:
|
||||
def __init__(self, file='./config/deploy.yaml'):
|
||||
def __init__(self, file=DEPLOY_CONFIG):
|
||||
"""
|
||||
Args:
|
||||
file (str): User deploy config.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import os
|
||||
import re
|
||||
|
||||
DEPLOY_CONFIG = './config/deploy.yaml'
|
||||
DEPLOY_TEMPLATE = './deploy/template/deploy.yaml'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user