summaryrefslogtreecommitdiff
path: root/lorrycontroller/readconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'lorrycontroller/readconf.py')
-rw-r--r--lorrycontroller/readconf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lorrycontroller/readconf.py b/lorrycontroller/readconf.py
index 81b00f9..23dfff1 100644
--- a/lorrycontroller/readconf.py
+++ b/lorrycontroller/readconf.py
@@ -242,6 +242,7 @@ class ReadConfiguration(lorrycontroller.LorryControllerRoute):
try:
obj = yaml.safe_load(f)
except yaml.YAMLError:
+ f.seek(0)
obj = json.load(f)
except ValueError as e:
logging.error('YAML and JSON problem in %s', filename)