File size: 162 Bytes
ea103db
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import os
import subprocess

# 读取环境变量
password = os.getenv('PASSWORD')

if not password:
    print("⚠️ PASSWORD environment variable is not set!")