Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

unexpected keyword argument 'session' #18

Closed
kr opened this issue Aug 28, 2012 · 2 comments
Closed

unexpected keyword argument 'session' #18

kr opened this issue Aug 28, 2012 · 2 comments

Comments

@kr
Copy link

kr commented Aug 28, 2012

The readme says:

cloud = Heroku(session=session)

When I try this, I get:

Traceback (most recent call last):
  File "./merge", line 18, in <module>
    cloud = Heroku(session=session)
TypeError: __init__() got an unexpected keyword argument 'session'
@kr
Copy link
Author

kr commented Aug 28, 2012

After looking in /Library/Python/2.7/site-packages/heroku/api.py, I'm guessing
pip install heroku gave me code that's older than the readme in this repo.

What can we do to fix that?

@edmorley
Copy link
Member

This project has been deprecated for some time, and is now being sunset.

We recommend that you use the maintained https://github.com/martyzz1/heroku3.py instead.

@edmorley edmorley closed this as not planned Won't fix, can't repro, duplicate, stale Oct 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants