1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 20:27:22 +08:00

Add: Disable multi-instances on phone cloud environment

This commit is contained in:
LmeSzinc
2023-08-28 17:16:24 +08:00
parent ae8172e580
commit 8987c9253b
4 changed files with 38 additions and 8 deletions

3
module/config/env.py Normal file
View File

@@ -0,0 +1,3 @@
import os
IS_ON_PHONE_CLOUD = os.environ.get("cloudphone", "") == "cloudphone"