Skip to content

Commit

Permalink
Add the function string formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTyton committed Jul 2, 2024
1 parent f241b63 commit c483df8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release-versions/latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.07.02
2024.07.02-01
2 changes: 1 addition & 1 deletion root/app/fanfic_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c483df8

Please sign in to comment.