Browse Source

Clean up

pull/3/head
Wesley Kerfoot 5 years ago
parent
commit
accff61224
  1. 2
      spotify_mpd_sync/msplaylist/spotify.py

2
spotify_mpd_sync/msplaylist/spotify.py

@ -1,6 +1,6 @@
#! /usr/bin/env python
import gevent.monkey
gevent.monkey.patch_all()
gevent.monkey.patch_all()
import spotipy
from spotipy.oauth2 import SpotifyClientCredentials

Loading…
Cancel
Save