aboutsummaryrefslogtreecommitdiffstats
path: root/pysite
diff options
context:
space:
mode:
Diffstat (limited to 'pysite')
-rw-r--r--pysite/views/api/asana.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pysite/views/api/asana.py b/pysite/views/api/asana.py
index a25d99b3..ef213f38 100644
--- a/pysite/views/api/asana.py
+++ b/pysite/views/api/asana.py
@@ -44,7 +44,7 @@ class IndexView(APIView):
try:
func(**event)
except Exception as e:
- pretty_event = json.dumps(event, indent=4, sort_key=True)
+ pretty_event = json.dumps(event, indent=4, sort_keys=True)
try:
self.send_webhook(
@@ -88,7 +88,7 @@ class IndexView(APIView):
"type": type
},
indent=4,
- sort_key=True
+ sort_keys=True
)
self.send_webhook(