Style changes

This commit is contained in:
Andrea Mistrali 2021-02-23 05:45:53 +01:00
parent 0e67b6801c
commit 48e7d2964e

View file

@ -50,9 +50,8 @@ class MPDClientWrapper(object):
def __init__(self, log): def __init__(self, log):
self._log = log self._log = log
self.music_directory = (mpd_config['music_directory'].as_str()) self.music_directory = mpd_config['music_directory'].as_str()
self.strip_path = mpd_config['strip_path'].as_str()
self.strip_path = (mpd_config['strip_path'].as_str())
if sys.version_info < (3, 0): if sys.version_info < (3, 0):
# On Python 2, use_unicode will enable the utf-8 mode for # On Python 2, use_unicode will enable the utf-8 mode for