mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Override PypiMirror if it's tsinghua
This commit is contained in:
parent
9a3c0de101
commit
c14c08b6be
@ -124,7 +124,7 @@ class DeployConfig(ConfigModel):
|
||||
'https://pypi.tuna.tsinghua.edu.cn/simple'
|
||||
]:
|
||||
self.PypiMirror = 'https://mirrors.aliyun.com/pypi/simple'
|
||||
self.config['Repository'] = 'https://mirrors.aliyun.com/pypi/simple'
|
||||
self.config['PypiMirror'] = 'https://mirrors.aliyun.com/pypi/simple'
|
||||
|
||||
# Bypass webui.config.DeployConfig.__setattr__()
|
||||
# Don't write these into deploy.yaml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user