diff --git a/supysonic/lastfm.py b/supysonic/lastfm.py index 3a5f484..5a799f3 100644 --- a/supysonic/lastfm.py +++ b/supysonic/lastfm.py @@ -19,7 +19,7 @@ # along with this program. If not, see . import requests, hashlib -import supysonic.config +from supysonic import config class LastFm: def __init__(self, user, logger):