Skip to content

unresolved reference #12

@jaccol

Description

@jaccol

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions