Skip to content

Commit 5470b7e

Browse files
committed
Return full location for the events
1 parent 1f706b6 commit 5470b7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/events-automation/generate_events_meetup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ 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
252251
location = format_location(address)
253252
date = node["dateTime"]
254253
url = node["eventUrl"]

0 commit comments

Comments
 (0)