Skip to content

AttributeError: 'module' object has no attribute 'Consumer' #210

@tonthon

Description

@tonthon

It seems the doc is not up to date, there is no Consumer class anymore in the library.

In [5]: consumer = oauth.Consumer(key=client_id, secret=client_secret)

AttributeError Traceback (most recent call last)
in ()
----> 1 consumer = oauth.Consumer(key=client_id, secret=client_secret)

AttributeError: 'module' object has no attribute 'Consumer'

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