Skip to content

Commit

Permalink
Fixed non_interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Jul 14, 2024
1 parent 87abc47 commit 45f13fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion karaoke_prep/karaoke_finalise/karaoke_finalise.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def __init__(
self.public_share_rclone_enabled = False

self.skip_notifications = False
self
self.non_interactive = non_interactive

self.suffixes = {
"title_mov": " (Title).mov",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "karaoke-prep"
version = "0.22.3"
version = "0.22.4"
description = "Prepare for karaoke video creation, by downloading audio and lyrics for a specified song or playlist from youtube and separating audio stems. After syncing, finalise the video with a title screen!"
authors = ["Andrew Beveridge <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 45f13fd

Please sign in to comment.