-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Labels
bugSomething isn't workingSomething isn't working
Description
There’s a JSONDecodeError when triggering the import from: https://wagtail.org/admin/get-djangopackages/. Request to: https://djangopackages.org/api/v4/grids/?q=wagtail
Code:
wagtail.org/wagtailio/packages/views.py
Lines 12 to 14 in eb404e4
| def process(url="https://djangopackages.org/api/v4/grids/?q=wagtail"): | |
| grid_data = requests.get(url).json() # noqa: S113 | |
| for item in grid_data.get("results", []): |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working