From 441ac628829ea35a07943bcad7c311e7e36100ec Mon Sep 17 00:00:00 2001 From: ritiek Date: Mon, 2 Apr 2018 01:07:01 +0530 Subject: [PATCH] Missing sys! --- core/spotify_tools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/spotify_tools.py b/core/spotify_tools.py index c31cd13..2b9dc49 100644 --- a/core/spotify_tools.py +++ b/core/spotify_tools.py @@ -8,6 +8,7 @@ from core.const import log from slugify import slugify from titlecase import titlecase import pprint +import sys def generate_token():