From 8547894b65a0d549c24a7ef2c479545767a78988 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 9 Oct 2023 16:52:30 +0200 Subject: [PATCH] fix import --- changedetectionio/content_fetcher.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changedetectionio/content_fetcher.py b/changedetectionio/content_fetcher.py index 10e7ee1b..02de7589 100644 --- a/changedetectionio/content_fetcher.py +++ b/changedetectionio/content_fetcher.py @@ -1,6 +1,7 @@ -import hashlib from abc import abstractmethod +from urllib.parse import urlparse import chardet +import hashlib import json import logging import os