-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Today I started my IDE and noticed an error on this line:
| result = json.loads(result.text) |
I expect that the right version should read:
result = json.loads(response.text)
Apparently I do not use fetch_systems or I would have noticed earlier.
cheers,
Jacco
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels