From 94c23eafbec388124b7fd43f8eceeb7d8d830b61 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 10 Nov 2022 11:04:31 +0100 Subject: Server: Clarify doc for url when secure internet --- wrappers/python/eduvpn_common/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrappers/python/eduvpn_common') diff --git a/wrappers/python/eduvpn_common/server.py b/wrappers/python/eduvpn_common/server.py index 8509ff9..380623d 100644 --- a/wrappers/python/eduvpn_common/server.py +++ b/wrappers/python/eduvpn_common/server.py @@ -46,7 +46,7 @@ class Profiles: class Server: """The class that represents a server. Use this for a custom server - :param: url: str: The base URL of the server + :param: url: str: The base URL of the server. In case of secure internet (supertype) this is the organisation ID URL :param: display_name: str: The display name of the server :param: profiles: Optional[Profiles]: The profiles if there are any already obtained, defaults to None :param: expire_time: int: The expiry time in a Unix timestamp, defaults to 0 -- cgit v1.2.3