Skip to content

Commit

Permalink
minor tweak to defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Nov 28, 2022
1 parent 1998ad6 commit 1eb6d42
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = cleanvid
version = 1.2.0
version = 1.2.1
author = Seth Grover
author_email = [email protected]
description = cleanvid is a little script to mute profanity in video files.
Expand Down
2 changes: 1 addition & 1 deletion src/cleanvid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""cleanvid is a little script to mute profanity in video files."""

__version__ = "1.2.0"
__version__ = "1.2.1"
__author__ = "Seth Grover <[email protected]>"
__all__ = []

Expand Down
2 changes: 1 addition & 1 deletion src/cleanvid/cleanvid.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ def RunCleanvid():
metavar='<language>',
)
parser.add_argument(
'-p', '--pad', help='pad (seconds) around profanity', metavar='<int>', dest="pad", type=int, default=0
'-p', '--pad', help='pad (seconds) around profanity', metavar='<int>', dest="pad", type=int, default=1
)
parser.add_argument(
'-e',
Expand Down
2 changes: 0 additions & 2 deletions src/cleanvid/swears.txt
Original file line number Diff line number Diff line change
Expand Up @@ -509,8 +509,6 @@ kooch
kootch
kunt
labia
lesbian
lesbo
lezzie
mcfagget
mcfucking
Expand Down

0 comments on commit 1eb6d42

Please sign in to comment.