From bc52b1021e199be517d436ced6a0bda7f77d80cf Mon Sep 17 00:00:00 2001 From: David Todd Date: Tue, 24 Apr 2018 23:32:21 -0500 Subject: [PATCH] update to the new location of SpotifyException --- save_now_playing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/save_now_playing.py b/save_now_playing.py index c3ae218..3ba643a 100755 --- a/save_now_playing.py +++ b/save_now_playing.py @@ -13,7 +13,7 @@ import time import spotipy import spotipy.util as util -from spotipy.client import SpotifyException +from spotipy.exceptions import SpotifyException start_time = time.time()