add group

This commit is contained in:
j 2017-07-03 15:49:43 +03:00
parent 7f0fba8c14
commit b3033f3a0c
1 changed files with 3 additions and 3 deletions

View File

@ -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)