Changeset - e31a701baa98
[Not reviewed]
default
0 1 0
Dennis Fink - 11 years ago 2014-08-10 23:25:17
dennis.fink@c3l.lu
Log loading of json files
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
ennstatus/status/functions.py
Show inline comments
 
@@ -76,6 +76,7 @@ def _check_server(data):
 

	
 
def _load_single_server(filename):
 

	
 
    current_app.logger.info('Loading {}'.format(filename))
 
    try:
 
        with open(filename, encoding='utf-8') as f:
 
            server = json.load(f)
0 comments (0 inline, 0 general)