bug fixes in pms.py
This commit is contained in:
parent
42f6cd6f4e
commit
cd25b046e0
2
pms.py
2
pms.py
@ -93,7 +93,7 @@ while True:
|
|||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
|
||||||
last_page = soup1.find_all(string=re.compile('No Listings Found'))
|
last_page = soup1.find_all(string=re.compile('No Listings Found')) # problem is likely here... condition not in page
|
||||||
if last_page:
|
if last_page:
|
||||||
break
|
break
|
||||||
pg = pg + 1
|
pg = pg + 1
|
||||||
|
Loading…
Reference in New Issue
Block a user