From 31720afc7d58d971012ce5a8728addae123730ec Mon Sep 17 00:00:00 2001 From: StevenWdV Date: Tue, 14 Dec 2021 15:57:54 +0100 Subject: Improve platform support of Python wrapper --- wrappers/python/eduvpncommon/discovery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrappers/python/eduvpncommon/discovery.py') 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. -- cgit v1.2.3