From e8100dcb70bb1311f05b05209974bfc472081219 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 20 Jul 2022 17:09:39 -0400 Subject: [PATCH] fix 500 --- common/scrapers/spotify.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/scrapers/spotify.py b/common/scrapers/spotify.py index dfd60b51..a2136d30 100644 --- a/common/scrapers/spotify.py +++ b/common/scrapers/spotify.py @@ -8,6 +8,7 @@ from django.conf import settings from common.scraper import * from threading import Thread from django.core.exceptions import ObjectDoesNotExist +from django.utils import timezone spotify_token = None