Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 2665c47

Browse files
committed
fix poxiaobbs
1 parent 0ae8ab6 commit 2665c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ async def poxiaobbs(sess: requests.Session,
9595
data['tm'] = args[i]
9696

9797
# post请求
98-
logging.info("Post to poxiao bbs php. Question %d" % i+1)
98+
logging.info("Post to poxiao bbs php. Question %d" % i)
9999
try:
100100
res = sess.post(url, data=data, verify=False)
101101
res.raise_for_status()

0 commit comments

Comments
 (0)