Skip to content

Commit

Permalink
rm pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruz Núñez authored and Cruz Núñez committed Oct 8, 2024
1 parent cb5be2a commit cf1f8c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion city_scrapers/spiders/fortx_Fort_Worth_Boards.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def parse(self, response):
for item in calendar_day["Items"]:
# make another API requests to get more info about meeting
info_url = f"https://www.fortworthtexas.gov/ocapi/get/contentinfo?calendarId={item['CalendarId']}&contentId={item['Id']}&language=en-US&mainContentId={item['Id']}" # noqa
# pdb.set_trace()
headers = {"User-Agent": ""}
info = requests.get(info_url, headers=headers).json()["data"]

Expand Down

0 comments on commit cf1f8c4

Please sign in to comment.