update to the new location of SpotifyException

This commit is contained in:
David Todd 2018-04-24 23:32:21 -05:00
parent 06ac119d98
commit bc52b1021e
1 changed files with 1 additions and 1 deletions

View File

@ -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()