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:
3
module/config/env.py
Normal file
3
module/config/env.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import os
|
||||
|
||||
IS_ON_PHONE_CLOUD = os.environ.get("cloudphone", "") == "cloudphone"
|
||||
Reference in New Issue
Block a user