Skip to content

Commit

Permalink
修复产生错误时错误信息被立马清空的已知bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroWolf committed May 12, 2024
1 parent 9800b46 commit 76998de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ def run():
print("发送请求成功")
print(f"使用ID: {referrer}")
print(f"{g} GB的WARP+流量已经添加到您的账户")
print("\n18秒后会再次发送一个请求")
print("\n18 秒后会再次发送一个请求")
print('{冷却}'+animation[i % len(animation)])
print(f"\n共计: {g} GB成功 {b} GB失败\n")
else:
b = b + 1
os.system('cls' if os.name == 'nt' else 'clear')
print("错误!无法连接到服务器")
print(f"总计: {g} GB成功 {b} GB失败")
print('软件将在20秒后重试')
print('!!!软件将在 20 秒后重试!!!')
time.sleep(20)

0 comments on commit 76998de

Please sign in to comment.