Skip to content

Commit

Permalink
Fix typo in command
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTyton committed May 27, 2024
1 parent e440329 commit a97a703
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.05.27-7
2024.05.27-8
2 changes: 1 addition & 1 deletion root/app/url_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def url_worker(queue: mp.Queue, cdb: calibre_info.CalibreInfo, pushbullet_info:
ff_logging.log(f"\t({site}) Updating {path_or_url}", "OKGREEN")

# Define the command to update the fanfic
command = f'cd {temp_dir} && python -m fanficfare.cli -u "{path_or_url}" --update-cover --non-interactive"'
command = f'cd {temp_dir} && python -m fanficfare.cli -u "{path_or_url}" --update-cover --non-interactive'
# If the behavior of the fanfic is "force", add the "--force" option to the command
if fanfic.behavior == "force":
command += " --force"
Expand Down

0 comments on commit a97a703

Please sign in to comment.