diff --git a/changedetectionio/store/file_saving_datastore.py b/changedetectionio/store/file_saving_datastore.py index fa8988614..f1363100e 100644 --- a/changedetectionio/store/file_saving_datastore.py +++ b/changedetectionio/store/file_saving_datastore.py @@ -16,11 +16,11 @@ import os import tempfile import time from concurrent.futures import ThreadPoolExecutor, as_completed -from distutils.util import strtobool from threading import Thread from loguru import logger from .base import DataStore +from .. import strtobool # Try to import orjson for faster JSON serialization try: