diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-11-10 11:04:31 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-11-10 11:04:31 +0100 |
| commit | 94c23eafbec388124b7fd43f8eceeb7d8d830b61 (patch) | |
| tree | 44757ad67e697cbfd1af1d13b5a6b9502ed56af6 /wrappers/python/eduvpn_common/server.py | |
| parent | 6df9ea2134103d02ecbe73e945b5df5fb7b131a1 (diff) | |
Server: Clarify doc for url when secure internet
Diffstat (limited to 'wrappers/python/eduvpn_common/server.py')
| -rw-r--r-- | wrappers/python/eduvpn_common/server.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
