Skip to content

Commit

Permalink
code copy error on parser.add_argument
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-miller committed Nov 17, 2023
1 parent af03e6b commit cd0b061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phockup.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def parse_args(args=sys.argv[1:]):
""",
)

exclusive_group_debug_silent.add_argument(
parser.add_argument(
'--movedel',
action='store_true',
default=False,
Expand Down

0 comments on commit cd0b061

Please sign in to comment.