fix: keyword sizechanged

This commit is contained in:
Yannik Schmidt
2023-01-14 04:25:00 +01:00
parent 0399f18aad
commit 72b6fac697

View File

@@ -152,7 +152,7 @@ def sizeChanged(hostname, pathsToOptions, path):
# if there are no options keep it # # if there are no options keep it #
options = pathsToOptions[path] options = pathsToOptions[path]
if not options or not "onlyifchanged" in options: if not options or not "onlyifsizechanged" in options:
return True return True
# check server # # check server #