From 58c78f864bf520ce04b125e21dbf27d18c95ccb3 Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Fri, 11 Mar 2016 09:00:02 +0000 Subject: [PATCH] Changed path to decode error for 3.4.x compatibility --- app/notifications/rest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/notifications/rest.py b/app/notifications/rest.py index cf2344d52..290dbebae 100644 --- a/app/notifications/rest.py +++ b/app/notifications/rest.py @@ -10,7 +10,7 @@ from flask import ( json ) -from json.decoder import JSONDecodeError +from json import JSONDecodeError from utils.template import Template from app.clients.sms.firetext import firetext_response_status