Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed class for PEP and changed constants to class variables #2

Merged
merged 1 commit into from Feb 17, 2014
Merged

fixed class for PEP and changed constants to class variables #2

merged 1 commit into from Feb 17, 2014

Conversation

robintemme
Copy link
Contributor

I would like to use your class in my next project and I'd appreciate it if you could use my changes in your original class.

jplattel added a commit that referenced this pull request Feb 17, 2014
fixed class for PEP and changed constants to class variables
@jplattel jplattel merged commit f7155c4 into jplattel:master Feb 17, 2014
API_URL = 'https://api.moves-app.com/oauth/v1/'
def __init__(self, client_id, client_secret, redirect_url, \
api_url = 'https://api.moves-app.com/oauth/v1/'):
self.client_id = client_id # Client ID, get this by creating an app

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these not be indented another level?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, line 8 should be intended. Sorry, haven't time for this project any more now :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants