Commit 041402b3 authored by wang's avatar wang

wn test

parent 4f47c5d0
...@@ -3,7 +3,7 @@ import random ...@@ -3,7 +3,7 @@ import random
import re import re
import subprocess import subprocess
import time import time
import traceback
import loguru import loguru
import requests import requests
import json import json
...@@ -223,5 +223,6 @@ while True: ...@@ -223,5 +223,6 @@ while True:
logger.success(f'添加成功 {success}') logger.success(f'添加成功 {success}')
# time.sleep(3) # time.sleep(3)
except Exception as e: except Exception as e:
traceback.print_exc()
print(e) print(e)
# time.sleep(10) # time.sleep(10)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment