diff options
| author | StevenWdV <stevenwdv@gmail.com> | 2021-12-14 15:57:54 +0100 |
|---|---|---|
| committer | StevenWdV <stevenwdv@gmail.com> | 2021-12-14 15:57:54 +0100 |
| commit | 31720afc7d58d971012ce5a8728addae123730ec (patch) | |
| tree | bf65ba313494e00408189685991692ec238cb3ca /wrappers/python/eduvpncommon/discovery.py | |
| parent | ae826fde04191d26af68b898cf4b2f537d24a8ec (diff) | |
Improve platform support of Python wrapper
Diffstat (limited to 'wrappers/python/eduvpncommon/discovery.py')
| -rw-r--r-- | wrappers/python/eduvpncommon/discovery.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/python/eduvpncommon/discovery.py b/wrappers/python/eduvpncommon/discovery.py index ae5e2fe..f7a312e 100644 --- a/wrappers/python/eduvpncommon/discovery.py +++ b/wrappers/python/eduvpncommon/discovery.py @@ -63,7 +63,7 @@ class VerifyError(Exception): def verify(signature: bytes, signed_json: bytes, expected_file_name: str, min_sign_time: int) -> None: """ Verifies the signature on the JSON server_list.json/organization_list.json file. - If the function returns the signature is valid for the given file type. + If the function returns, the signature is valid for the given file type. :param signature: .minisig signature file contents. :param signed_json: Signed .json file contents. |
