From 64b1108081b6ee9e89acd104454e7a117e28a061 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sun, 11 Feb 2018 17:09:58 +0000 Subject: Asana integration (#7) * Event dispatching and webhook sending * snekchek --- pysite/constants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pysite/constants.py') diff --git a/pysite/constants.py b/pysite/constants.py index 8c3d9c1c..e5a283a7 100644 --- a/pysite/constants.py +++ b/pysite/constants.py @@ -6,3 +6,4 @@ from enum import IntEnum class ErrorCodes(IntEnum): unknown_route = 0 + unauthorized = 1 -- cgit v1.2.3