B"H add py-sonic 0.6.1 requirement so keyword argument works
This commit is contained in:
parent
9af3ce8637
commit
3b99657021
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue