Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Matej4545 committed Apr 24, 2021
1 parent 9b684dc commit 6e899a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def run(self, message):
metavar="MESSAGE",
dest="message",
type=str,
nargs='+',
nargs="+",
help="Specify message as argument. For interactive session please omit.",
)
parser.add_argument(
Expand Down

0 comments on commit 6e899a8

Please sign in to comment.