From 8ea89f9d1cd5465068f20f4c831d79d148f6791d Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Sat, 9 Dec 2017 00:36:30 +0530 Subject: [PATCH] Import sys to deal with sys.exit() --- spotdl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/spotdl.py b/spotdl.py index cb13063..3b6b497 100755 --- a/spotdl.py +++ b/spotdl.py @@ -11,6 +11,7 @@ import spotipy import pafy import urllib.request import os +import sys import time