Remove deprecated call to strtobool

This commit is contained in:
dgtlmoon
2026-01-28 17:27:20 +01:00
parent e02a1824c5
commit fd820c9330
@@ -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: