From 0c6233ab691973859b6d636e6d9fdddd2a6acd5e Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Fri, 22 Jul 2022 17:16:13 +0200 Subject: State + Exports: Implement should show renew button boolean --- wrappers/python/src/main.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wrappers/python/src/main.py') diff --git a/wrappers/python/src/main.py b/wrappers/python/src/main.py index 784e622..a2a0d14 100644 --- a/wrappers/python/src/main.py +++ b/wrappers/python/src/main.py @@ -206,3 +206,6 @@ class EduVPN(object): if location_err: raise Exception(location_err) + + def should_renew_button(self) -> bool: + return self.go_function(lib.ShouldRenewButton) -- cgit v1.2.3