Skip to content

json.load no longer accepts an 'encoding' #17

@mortoray

Description

@mortoray

Loading of credentials no longer works due to this line:

creds = json.load(creds_store_file, encoding='utf-8')

Because json.load does not accept an "encoding" parameter anymore, just assuming it'll be utf encoded.

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