@ -16,7 +16,7 @@ base_path = Path('/var/opt/waf')
conf_file = base_path / 'config.yml'
if conf_file.exists():
conf = yaml.safe_load(conf_file.text())
conf = yaml.safe_load(conf_file.read_text())
else:
conf = {
'vroots': "/srv",
The note is not visible to the blocked user.