Skip to content

Commit

Permalink
🩹 登录失败时输出报错信息
Browse files Browse the repository at this point in the history
  • Loading branch information
Cp0204 committed Aug 31, 2024
1 parent 5aa3cbf commit b728f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telecom_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def auto_login():
CONFIG_DATA["user"]["loginFailureCount"] = login_failure_count
update_config()
add_notify(f"自动登录:记录失败{login_failure_count}次,程序退出")
exit()
exit(data)
else:
print(f"自动登录:记录失败{login_failure_count}次,跳过执行")
exit()
Expand Down

0 comments on commit b728f7c

Please sign in to comment.