Skip to content
Snippets Groups Projects
Commit aaa42b7d authored by Diego Giovane Pasqualin's avatar Diego Giovane Pasqualin
Browse files

Merge branch 'issue/67' into 'master'

Issue SCRUM#67: Fix connection fail error

See merge request !8
parents 87298d40 8abc0bb7
No related branches found
No related tags found
1 merge request!8Issue SCRUM#67: Fix connection fail error
......@@ -838,8 +838,8 @@ def get_gesac_points(config, logger):
logger: an instance of the logger.
"""
api_return = True;
db_return = True;
api_return = config['api_enabled'];
db_return = config['db_enabled'];
# There are 2 possible sources to get the list of points to monitorate,
# direct from the database or by the API.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment