Added support to groups

This commit is contained in:
Antonio de la Rosa 2021-06-30 15:00:26 +02:00
parent a998e80d27
commit 5ee6ab4633

View file

@ -66,7 +66,7 @@ def load_config():
group=''
if 'group' in config:
if 'group' in config['DEFAULT']:
group=config['DEFAULT']['group']
return url, group