Skip to content

Commit 1301b74

Browse files
committed
feat(ordinary): 在普通评价函数中添加10秒延迟
1 parent 460f675 commit 1301b74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

auto_comment_plus.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ def delete_jpg():
250250

251251
# 普通评价
252252
def ordinary(N, opts=None):
253+
time.sleep(10)
253254
opts = opts or {}
254255
Order_data = []
255256
req_et = []

0 commit comments

Comments
 (0)