B"H add py-sonic 0.6.1 requirement so keyword argument works

This commit is contained in:
hhm 2017-02-28 01:09:47 -05:00
parent 9af3ce8637
commit 3b99657021
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ class SubsonicApi():
password,
self.port,
parsed.path + '/rest',
legacy_auth)
legacyAuth=legacy_auth)
self.url = url + '/rest'
self.username = username
self.password = password