Fix get_api_key on startup

This commit is contained in:
blackberrymamba
2018-01-05 23:23:54 +01:00
parent 86b6fa5743
commit 44729a4bca
3 changed files with 86 additions and 172 deletions

View File

@@ -6,7 +6,7 @@ import os
from mopidy import config, ext
__version__ = '0.1.2'
__version__ = '0.1.3'
logger = logging.getLogger(__name__)