Skip to content

Commit f363264

Browse files
authored
Update main.py
1 parent 25ddcdd commit f363264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def run_single_account(total, idx, user_mi, passwd_mi):
272272
log_str += traceback.format_exc()
273273
exec_result = {"user": user_mi, "success": False,
274274
"msg": f"执行异常:{traceback.format_exc()}"}
275-
print(log_str)
275+
# print(log_str)
276276
return exec_result
277277

278278

0 commit comments

Comments
 (0)