Spaces:
Running
Running
File size: 149 Bytes
f5eb400 |
1 2 3 4 5 6 7 8 9 10 |
import os
EN_US = os.getenv("LANG") != "zh_CN.UTF-8"
API_SMTP = os.getenv("smtpi")
if not API_SMTP:
print("请检查环境变量")
exit()
|