bug fixes in pms.py

This commit is contained in:
scott 2022-08-02 19:28:04 -07:00
parent 42f6cd6f4e
commit cd25b046e0

2
pms.py
View File

@ -93,7 +93,7 @@ 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:
break
pg = pg + 1