Skip to content

Commit

Permalink
reformat main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
C0D3D3V committed May 1, 2024
1 parent b272b34 commit 3eca1be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion moodle_dl/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,10 @@ def _dir_path(path):
dest='use_all_ciphers',
default=False,
action='store_true',
help='Allow connections to servers that use insecure ciphers. Use this option if your server uses an insecure cipher.',
help=(
'Allow connections to servers that use insecure ciphers.'
+ ' Use this option if your server uses an insecure cipher.'
),
)
parser.add_argument(
'-scv',
Expand Down

0 comments on commit 3eca1be

Please sign in to comment.