add group
This commit is contained in:
parent
7f0fba8c14
commit
b3033f3a0c
1 changed files with 3 additions and 3 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
import ox
|
import ox
|
||||||
|
|
||||||
url = 'https://'
|
url = 'https://pandora/api/'
|
||||||
listname = 'a:foobar'
|
|
||||||
group = 'example'
|
|
||||||
username = 'fixme'
|
username = 'fixme'
|
||||||
password = 'fixme'
|
password = 'fixme'
|
||||||
|
|
||||||
|
listname = 'a:foobar'
|
||||||
|
group = 'example'
|
||||||
|
|
||||||
api = ox.API(url)
|
api = ox.API(url)
|
||||||
api.signin(username=username, password=password)
|
api.signin(username=username, password=password)
|
||||||
|
|
Loading…
Reference in a new issue