diff options
Diffstat (limited to 'otp2289/__main__.py')
| -rw-r--r-- | otp2289/__main__.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/otp2289/__main__.py b/otp2289/__main__.py index 2962d29..7c71040 100644 --- a/otp2289/__main__.py +++ b/otp2289/__main__.py | |||
| @@ -55,9 +55,9 @@ def generate_otp_response(args): | |||
| 55 | :param args: The arguments assigned from argparse | 55 | :param args: The arguments assigned from argparse |
| 56 | :type args: argparse.Namespace | 56 | :type args: argparse.Namespace |
| 57 | 57 | ||
| 58 | :raises OTPChallengeException: In case of invalid challenge | 58 | :raises otp2289.OTPChallengeException: If the challenge is invalid |
| 59 | 59 | ||
| 60 | :raises OTPGeneratorException: In case of wrong generator parameters | 60 | :raises otp2289.OTPGeneratorException: If generator parameters are wrong |
| 61 | 61 | ||
| 62 | :return: The response string | 62 | :return: The response string |
| 63 | :rtype: str | 63 | :rtype: str |
| @@ -89,9 +89,9 @@ def generate_otp_range(args): | |||
| 89 | :param args: The arguments assigned from argparse | 89 | :param args: The arguments assigned from argparse |
| 90 | :type args: argparse.Namespace | 90 | :type args: argparse.Namespace |
| 91 | 91 | ||
| 92 | :raises OTPChallengeException: In case of invalid challenge | 92 | :raises otp2289.OTPChallengeException: If the challenge is invalid |
| 93 | 93 | ||
| 94 | :raises OTPGeneratorException: In case of wrong generator parameters | 94 | :raises otp2289.OTPGeneratorException: If generator parameters are wrong |
| 95 | 95 | ||
| 96 | :return: The responses string | 96 | :return: The responses string |
| 97 | :rtype: str | 97 | :rtype: str |
| @@ -137,9 +137,9 @@ def initiate_new_sequence(args): | |||
| 137 | :param args: The arguments assigned from argparse | 137 | :param args: The arguments assigned from argparse |
| 138 | :type args: argparse.Namespace | 138 | :type args: argparse.Namespace |
| 139 | 139 | ||
| 140 | :raises OTPChallengeException: In case of invalid challenge | 140 | :raises otp2289.OTPChallengeException: If the challenge is invalid |
| 141 | 141 | ||
| 142 | :raises OTPGeneratorException: In case of wrong generator parameters | 142 | :raises otp2289.OTPGeneratorException: If generator parameters are wrong |
| 143 | 143 | ||
| 144 | :return: The response string | 144 | :return: The response string |
| 145 | :rtype: str | 145 | :rtype: str |
