Skip to content

Commit

Permalink
Update Move-In Date (8/02) jic
Browse files Browse the repository at this point in the history
  • Loading branch information
ggriffey committed Feb 29, 2024
1 parent 7494e91 commit 85b102c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def fill_properties(old_listings: Dict, new_listings: Dict, ygl_url_base: str):
}
}
'''
for listing in ygl_listings(f'{ygl_url_base}?beds_from=4&beds_to=5&rent_to=5200&date_from=09%2F01%2F2024'):
for listing in ygl_listings(f'{ygl_url_base}?beds_from=4&beds_to=5&rent_to=5200&date_from=08%2F02%2F2024'):
listing_element = listing.find('a', class_='item_title')
listing_addr = listing_element.get_text()
listing_url = listing_element['href']
Expand Down

0 comments on commit 85b102c

Please sign in to comment.