From fd820c93309c67a2d7595d680447608c2a2644fc Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 28 Jan 2026 17:27:20 +0100 Subject: [PATCH] Remove deprecated call to strtobool --- changedetectionio/store/file_saving_datastore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: