|
@@ -381,8 +381,8 @@ if __name__ == '__main__':
|
|
|
|
|
|
|
|
#new_properties = []
|
|
#new_properties = []
|
|
|
|
|
|
|
|
- for county in ['Walton']: ### FIX
|
|
|
|
|
- mysearch = Search(county, type=['farm'], upper_price=400000) ### FIX
|
|
|
|
|
|
|
+ for county in gmls.counties: ### FIX
|
|
|
|
|
+ mysearch = Search(county, type=['farm', 'house', 'land'], upper_price=525000) ### FIX
|
|
|
mydata = gmls.getmlsdata(mysearch)
|
|
mydata = gmls.getmlsdata(mysearch)
|
|
|
|
|
|
|
|
gmls.connectdb()
|
|
gmls.connectdb()
|