-
Committer:
Scott Moser
-
Date:
2015-09-17 19:56:51 UTC
-
Revision ID:
smoser@ubuntu.com-20150917195651-e9m8dndfjy3xipmq
webhook: report with json data
the handler was passing a dictionary to readurl
which was then passing that on to requests.request as 'data'.
the requests library would urlencode that, but we want the
json data posted instead.