Update GAT.py

This commit is contained in:
frxz751113
2024-09-30 03:04:22 +08:00
committed by GitHub
parent de759d5569
commit ecfe8e631f
+1 -1
View File
@@ -29,7 +29,7 @@ with open(output_file, 'w', encoding='utf-8') as f:
f.write(text_content + '\n')
else:
print(f'请求 {url} 失败,状态码:{response.status_code}')
time.sleep(1) # 添加 1 秒的延迟
time.sleep(2) # 添加 1 秒的延迟