diff options
Diffstat (limited to 'wrappers/python/src/main.py')
| -rw-r--r-- | wrappers/python/src/main.py | 3 |
1 files changed, 3 insertions, 0 deletions
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) |
