Skip to content

Commit

Permalink
Added extra check to watchdog_toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
zachstultz authored Mar 26, 2023
1 parent bd6da85 commit f556c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion komga_cover_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -8344,7 +8344,7 @@ def main():

if __name__ == "__main__":
parse_my_args() # parses the user's arguments
if watchdog_toggle:
if watchdog_toggle and download_folders:
print("\nWatchdog is enabled, watching for changes...\n")
watch = Watcher()
watch.run()
Expand Down

0 comments on commit f556c6d

Please sign in to comment.