Skip to content

🐛 — Fix websites frequency parsing

Luc Didry requested to merge fix-frequency into main

The websites frequency were not parsed with the same unit than the general config frequency (hours for one, minutes for the other), leading to errors while reading the config:

('websites', 698, 'frequency') is value_error

Merge request reports