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
|
||||
|
||||
url = 'https://'
|
||||
listname = 'a:foobar'
|
||||
group = 'example'
|
||||
url = 'https://pandora/api/'
|
||||
username = 'fixme'
|
||||
password = 'fixme'
|
||||
|
||||
listname = 'a:foobar'
|
||||
group = 'example'
|
||||
|
||||
api = ox.API(url)
|
||||
api.signin(username=username, password=password)
|
||||
|
|
Loading…
Reference in a new issue