Skip to content

Commit 1f706b6

Browse files
committed
Fix comments in generate_events_meetup.py & instruction in meetup_events.md
1 parent 36e7120 commit 1f706b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/events-automation/generate_events_meetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ def get_20_events(groups) -> list[Event]:
248248

249249
# Convert obtained latitude and longitude of an event to formatted location
250250
address = (GEOLOCATOR.reverse(str(venue["lat"]) +","+ str(venue["lng"]))).raw["address"]
251+
#TODO: return the full address for location
251252
location = format_location(address)
252-
253253
date = node["dateTime"]
254254
url = node["eventUrl"]
255255
organizerName = group.get("name", urlName)

0 commit comments

Comments
 (0)