diff --git a/release-versions/latest.txt b/release-versions/latest.txt index e3a4d75..0df5642 100644 --- a/release-versions/latest.txt +++ b/release-versions/latest.txt @@ -1 +1 @@ -2024.07.02 \ No newline at end of file +2024.07.02-01 \ No newline at end of file diff --git a/root/app/fanfic_info.py b/root/app/fanfic_info.py index 89c6ce2..ed2ef2b 100644 --- a/root/app/fanfic_info.py +++ b/root/app/fanfic_info.py @@ -56,7 +56,7 @@ def get_id_from_calibredb( return True except CalledProcessError: # If the story is not found, log a warning - ff_logging.log("\t({self.site}) Story not in Calibre", "WARNING") + ff_logging.log(f"\t({self.site}) Story not in Calibre", "WARNING") return False def __eq__(self, other: object) -> bool: