bug fixes in pms.py
This commit is contained in:
		
							
								
								
									
										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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user