Commit cd9b1170 authored by wang's avatar wang

111

parent 130758a9
...@@ -364,7 +364,6 @@ while True: ...@@ -364,7 +364,6 @@ while True:
# session = requests.Session() # session = requests.Session()
# #
# if platform.uname().system == 'Darwin': # if platform.uname().system == 'Darwin':
total += 1
# response = session.post(url, headers=headers, data=data) # response = session.post(url, headers=headers, data=data)
# status_code = response.status_code # status_code = response.status_code
...@@ -402,6 +401,9 @@ while True: ...@@ -402,6 +401,9 @@ while True:
logger.success(f'添加成功 {success}') logger.success(f'添加成功 {success}')
# time.sleep(3) # time.sleep(3)
total += 1
except Exception as e: except Exception as e:
traceback.print_exc() traceback.print_exc()
print(e) print(e)
......
This diff is collapsed.
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