Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Romern committed Jul 6, 2024
1 parent 4c399c7 commit 33908e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion syncmymoodle/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,9 @@ def main():
"--password", default=None, help="set your RWTH Single Sign-On password"
)
parser.add_argument(
"--totp", default=None, help="set your RWTH Single Sign-On TOTP provider's serial number (see https://idm.rwth-aachen.de/selfservice/MFATokenManager)"
"--totp",
default=None,
help="set your RWTH Single Sign-On TOTP provider's serial number (see https://idm.rwth-aachen.de/selfservice/MFATokenManager)",
)
parser.add_argument("--config", default=None, help="set your configuration file")
parser.add_argument(
Expand Down

0 comments on commit 33908e2

Please sign in to comment.