devrel-examples icon indicating copy to clipboard operation
devrel-examples copied to clipboard

webhook_inspector.py not py3

Open nick-youngblut opened this issue 2 years ago • 1 comments

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 avatar Sep 07 '23 22:09 nick-youngblut

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

nick-youngblut avatar May 02 '24 00:05 nick-youngblut