mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Style changes
This commit is contained in:
parent
0e67b6801c
commit
48e7d2964e
1 changed files with 2 additions and 3 deletions
|
|
@ -50,9 +50,8 @@ class MPDClientWrapper(object):
|
|||
def __init__(self, log):
|
||||
self._log = log
|
||||
|
||||
self.music_directory = (mpd_config['music_directory'].as_str())
|
||||
|
||||
self.strip_path = (mpd_config['strip_path'].as_str())
|
||||
self.music_directory = mpd_config['music_directory'].as_str()
|
||||
self.strip_path = mpd_config['strip_path'].as_str()
|
||||
|
||||
if sys.version_info < (3, 0):
|
||||
# On Python 2, use_unicode will enable the utf-8 mode for
|
||||
|
|
|
|||
Loading…
Reference in a new issue