Skip to content

<type 'exceptions.TypeError'> every time when add asUser params  #15

Description

@ttcat

hackpad.py

  for key in post_data.keys():
    params[key] = post_data[key]

  hackpad_api = OAuth1Session(**params)

but whenever params more than 2 parameter
Oauth1Session(**parms) threws the error

<type 'exceptions.TypeError'>

Am I doing this wrong?

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions