This commit is contained in:
XiaoGe-LiBai
2024-10-30 21:52:01 +08:00
parent a9b421ea54
commit 33e7657552
3 changed files with 8 additions and 8 deletions

View File

@@ -443,9 +443,9 @@ def main():
print("瑞数加密已关闭")
rs = 0
if os.environ.get('hf2')!= None:
chinaTelecomAccount = os.environ.get('jdhf')
chinaTelecomAccount = os.environ.get('hf2')
else:
chinaTelecomAccount = jdhf
chinaTelecomAccount = hf2
for i in chinaTelecomAccount.split('&'):

View File

@@ -442,10 +442,10 @@ def main():
else:
print("瑞数加密已关闭")
rs = 0
if os.environ.get('hf2')!= None:
chinaTelecomAccount = os.environ.get('jdhf')
if os.environ.get('hf3')!= None:
chinaTelecomAccount = os.environ.get('hf3')
else:
chinaTelecomAccount = jdhf
chinaTelecomAccount = hf3
for i in chinaTelecomAccount.split('&'):

View File

@@ -442,10 +442,10 @@ def main():
else:
print("瑞数加密已关闭")
rs = 0
if os.environ.get('hf2')!= None:
chinaTelecomAccount = os.environ.get('jdhf')
if os.environ.get('hf4')!= None:
chinaTelecomAccount = os.environ.get('hf4')
else:
chinaTelecomAccount = jdhf
chinaTelecomAccount = hf4
for i in chinaTelecomAccount.split('&'):