From 308c656f05d0609eeb02891dbe3c30f8b0438765 Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Tue, 2 Sep 2025 14:48:49 +0200 Subject: All: Get rid of debug arg in Register --- wrappers/python/eduvpn_common/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wrappers/python/eduvpn_common/main.py') diff --git a/wrappers/python/eduvpn_common/main.py b/wrappers/python/eduvpn_common/main.py index 827ddfc..2bd221d 100644 --- a/wrappers/python/eduvpn_common/main.py +++ b/wrappers/python/eduvpn_common/main.py @@ -127,7 +127,7 @@ class EduVPN(object): global global_object global_object = None - def register(self, debug: bool = False) -> None: + def register(self) -> None: """Register the Go shared library. This makes sure the FSM is initialized and that we can call Go functions @@ -144,7 +144,6 @@ class EduVPN(object): self.version, self.config_directory, state_callback, - debug, ) if register_err: -- cgit v1.2.3