From 962ef95ae079d230dd5a9766a11684b6f7d5ee12 Mon Sep 17 00:00:00 2001 From: Laurent Date: Mon, 15 Jan 2024 16:54:58 +0100 Subject: [PATCH] more --- subscriptions/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subscriptions/views.py b/subscriptions/views.py index cde1285..8916073 100644 --- a/subscriptions/views.py +++ b/subscriptions/views.py @@ -9,7 +9,7 @@ import json, jwt # import os import app_store_notifications_v2_validator as asn2 - +from app_store_notifications_v2_validator import InvalidTokenError def index(request): return HttpResponse("Hello, world. You're at the subs index.")