Logout user
All checks were successful
ci / docker (push) Successful in 15s

This commit is contained in:
SebClem 2024-03-28 11:00:54 +01:00
parent 0322030e57
commit dd658be7ef
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -54,7 +54,7 @@ def prom_exporter():
response.append('#HELP '+attribute+' '+info['help'])
response.append('#TYPE '+attribute+' '+info['type'])
response.append(attribute+'{'+info['device']+'} '+info['value'])
client.user.logout()
return '\n'.join(response)