This commit is contained in:
manchuwork
2025-10-03 03:02:27 +08:00
parent 6444fecd4e
commit 84143ff6fb
5 changed files with 1685 additions and 15 deletions

View File

@@ -373,8 +373,8 @@ if __name__ == '__main__':
# results2 = searcher.search("腾讯", 1)
# results3 = searcher.search("百度", 1)
sleep_time = 5
sleep_time += random.randint(3, 10)
sleep_time = 3
sleep_time += random.randint(1, 2)
time.sleep(sleep_time)
pass
pass