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 36e7120 commit 1f706b6Copy full SHA for 1f706b6
tools/events-automation/generate_events_meetup.py
@@ -248,8 +248,8 @@ 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"]
255
organizerName = group.get("name", urlName)
0 commit comments