Skip to content

Commit

Permalink
remove test prints
Browse files Browse the repository at this point in the history
  • Loading branch information
gaspa93 committed Mar 25, 2023
1 parent ffec87b commit 5694340
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions googlemaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,6 @@ def __parse_place(self, response, url):
except Exception as e:
place['name'] = None

print(response.find('div', class_='F7nice ').find('span', class_='ceNzKf')['aria-label'])
print(response.find('div', class_='F7nice ').text)
try:
place['overall_rating'] = float(response.find('div', class_='F7nice ').find('span', class_='ceNzKf')['aria-label'].split(' ')[1])
except Exception as e:
Expand Down

0 comments on commit 5694340

Please sign in to comment.