Update jst_ph_detail.py

prahul11 2023-11-01 14:39:45 +05:30
parent 4b7333e17f
commit db4ebf12e7
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
import requests
from csv import DictWriter
import pandas as pd
from time import sleep
column = [
"Url",
@ -214,6 +215,7 @@ def ph_detail(ph_search_file, detail_ph):
}
"""
while jids:
sleep(2)
print(jids[0])
err =0
try: