Skip to content

Bug with first lines of code in documentation? #23

Description

@lee-hodg

I installed disqus-python then tried the basic example with my secret key and public key:

pip install disqus-python
from disqusapi import DisqusAPI
disqus = DisqusAPI(secret_key, public_key)

However now when I do

disqus.get('trends.listThreads')

I get the error:

TypeError: __call__() takes exactly 1 argument (2 given)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions