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

The variables in api.py's no 68 line is wrong #1

Open
blueszhao opened this issue Mar 13, 2012 · 0 comments
Open

The variables in api.py's no 68 line is wrong #1

blueszhao opened this issue Mar 13, 2012 · 0 comments

Comments

@blueszhao
Copy link

line 68: self.SANDBOX_APP_KEY = getenv('TOP_SANDBOX_APP_SECRET')

Here SANDBOX_APP_KEY should be SANDBOX_APP_SECRET

in fact the var of 'SANDBOX_APP_KEY' will not be used anywhere, but there will be an exception caused by the number 88 as following:

line 88: self.APP_SECRET = self.SANDBOX_APP_SECRET

Because there is not the property of 'SANDBOX_APP_SECRET' in the current object.

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

No branches or pull requests

1 participant