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

webhook_inspector.py not py3 #55

Open
nick-youngblut opened this issue Sep 7, 2023 · 1 comment
Open

webhook_inspector.py not py3 #55

nick-youngblut opened this issue Sep 7, 2023 · 1 comment

Comments

@nick-youngblut
Copy link

https://github.com/Asana/devrel-examples/blob/master/python/webhooks/webhook_inspector.py is not python3 compatible. For example:

project = None
if 'ASANA_PROJECT' in os.environ:
    project = os.environ['ASANA_PROJECT'] 
else:
    print "No value for ASANA_PROJECT in env" 
    quit()
@nick-youngblut
Copy link
Author

Any updates on this? It's been >200 days

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

No branches or pull requests

1 participant