From 943f2bbd5a946780db94beca6171975114ccef00 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 21 Mar 2023 16:02:46 +0100 Subject: Wrappers Python: Delete version number requirements Otherwise we have to constantly update this doc if we change it --- wrappers/python/eduvpn_common/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrappers/python') diff --git a/wrappers/python/eduvpn_common/main.py b/wrappers/python/eduvpn_common/main.py index 947f8c1..2c5c71e 100644 --- a/wrappers/python/eduvpn_common/main.py +++ b/wrappers/python/eduvpn_common/main.py @@ -29,7 +29,7 @@ class EduVPN(object): It registers the client with the library and then calls the needed appropriate functions :param name: str: The name of the client. For commonly used names, see https://git.sr.ht/~fkooman/vpn-user-portal/tree/v3/item/src/OAuth/ClientDb.php. E.g. org.eduvpn.app.linux, if this name has "letsconnect" in it, then it is a Let's Connect! variant - :param version: str: The version number of the client as a string, max 10 characters + :param version: str: The version number of the client as a string :param config_directory: str: The directory (absolute/relative) where to store the files """ -- cgit v1.2.3