Pavel Loginov 2020-08-13 06:46:15 +02:00
parent 03d86367dc
commit eb7ff7902f
1 changed files with 1 additions and 1 deletions

View File

@ -1672,7 +1672,7 @@ def select_table_metrics(uuid):
def get_setting(param, **kwargs):
user_group = funct.get_user_group(id=1)
if user_group == '' or param == 'lists_path':
if user_group == '' or param == 'lists_path' or param == 'ssl_local_path':
user_group = '1'
con, cur = get_cur()