Skip to content

webhook_inspector.py not py3  #55

@nick-youngblut

Description

@nick-youngblut

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions