We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f706b6 commit 5470b7eCopy full SHA for 5470b7e
tools/events-automation/generate_events_meetup.py
@@ -248,7 +248,6 @@ def get_20_events(groups) -> list[Event]:
248
249
# Convert obtained latitude and longitude of an event to formatted location
250
address = (GEOLOCATOR.reverse(str(venue["lat"]) +","+ str(venue["lng"]))).raw["address"]
251
- #TODO: return the full address for location
252
location = format_location(address)
253
date = node["dateTime"]
254
url = node["eventUrl"]
0 commit comments