From cd25b046e0fd61229292c27500ac6a04221d1dc2 Mon Sep 17 00:00:00 2001 From: scott Date: Tue, 2 Aug 2022 19:28:04 -0700 Subject: [PATCH] bug fixes in pms.py --- pms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pms.py b/pms.py index 5224be8..f31e042 100644 --- a/pms.py +++ b/pms.py @@ -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