Skip to content

Commit

Permalink
Merge pull request #2968 from arash77/add-dates-gtn-events
Browse files Browse the repository at this point in the history
Eliminates gtn tag assignment
  • Loading branch information
bgruening authored Feb 27, 2025
2 parents 2b1069d + b0f6d89 commit e24048e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/gtn-import.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@
elif tag.startswith("new event-external"):
gtn = False

gtn = "external" not in entry.get("category")

if geo := entry.get("georss"):
location_raw = (
Nominatim(user_agent="GTN")
Expand Down

0 comments on commit e24048e

Please sign in to comment.