Code - Getting ready for newer python versions - packing our own strtobool (#2291)

This commit is contained in:
dgtlmoon
2024-04-03 16:17:15 +02:00
committed by GitHub
parent 21f4ba2208
commit 9449c59fbb
11 changed files with 33 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
from distutils.util import strtobool
from changedetectionio.strtobool import strtobool
import os
import re
import time