mirror of
https://github.com/c0decracker/video-splitter.git
synced 2026-01-23 02:24:16 +00:00
chore: Remove unused var
This commit is contained in:
parent
74628e3282
commit
9f628da12a
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ def main():
|
|||
action="store",
|
||||
)
|
||||
|
||||
options, args = parser.parse_args()
|
||||
options, _ = parser.parse_args()
|
||||
|
||||
def bailout():
|
||||
parser.print_help()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue