Added support to groups
This commit is contained in:
parent
a998e80d27
commit
5ee6ab4633
1 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,7 @@ def load_config():
|
|||
|
||||
group=''
|
||||
|
||||
if 'group' in config:
|
||||
if 'group' in config['DEFAULT']:
|
||||
group=config['DEFAULT']['group']
|
||||
|
||||
return url, group
|
||||
|
|
@ -135,7 +135,7 @@ def start():
|
|||
# Load configuration
|
||||
|
||||
url, group=load_config()
|
||||
|
||||
|
||||
while True:
|
||||
|
||||
run(url, group)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue