Skip to content

Commit d826327

Browse files
committed
Update
1 parent 04b6809 commit d826327

File tree

4 files changed

+2546
-24
lines changed

4 files changed

+2546
-24
lines changed

captchas/captcha.png

-943 Bytes
Loading

check.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
## _______________________________ BOT _____________________________________
2929

3030

31-
#Saving in csv outline
32-
with open('output/output.csv', 'w', encoding="utf-8") as f:
33-
writer = csv.writer(f)
34-
writer.writerow(['URL', 'Identifacador de fila', 'última actualización'])
31+
# #Saving in csv outline
32+
# with open('output/output.csv', 'w', encoding="utf-8") as f:
33+
# writer = csv.writer(f)
34+
# writer.writerow(['URL', 'Identifacador de fila', 'última actualización'])
3535

3636

3737
#Connecting to proxy

0 commit comments

Comments
 (0)