diff --git a/src/auto_archiver/modules/generic_extractor/tiktok.py b/src/auto_archiver/modules/generic_extractor/tiktok.py index 8914f0c..af3751b 100644 --- a/src/auto_archiver/modules/generic_extractor/tiktok.py +++ b/src/auto_archiver/modules/generic_extractor/tiktok.py @@ -14,7 +14,7 @@ class Tiktok(GenericDropin): def extract_post(self, url: str, ie_instance): - logger.debug("Using Tikwm API to attempt to download tiktok video from {url=}") + logger.debug(f"Using Tikwm API to attempt to download tiktok video from {url=}") endpoint = self.TIKWM_ENDPOINT.format(url=url)