Skip to content

Commit

Permalink
Cria spider pr-juranda (#1357)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevineju authored Feb 5, 2025
2 parents 338dbbe + d0a4e52 commit b16a3fb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data_collection/gazette/spiders/pr/pr_juranda.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from datetime import date

from gazette.spiders.base.atende_v2 import BaseAtendeV2Spider


class PrJurandaSpider(BaseAtendeV2Spider):
TERRITORY_ID = "4112959"
name = "pr_juranda"
city_subdomain = "juranda"
start_date = date(2021, 3, 24)

0 comments on commit b16a3fb

Please sign in to comment.