Skip to content

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

@ttcat

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?

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