From c7efec780a9e11e97690a19cf751533279788e79 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 21 Apr 2022 14:47:42 +0200 Subject: Python: Remove obsolete FIXMEs --- wrappers/python/eduvpncommon/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wrappers/python') diff --git a/wrappers/python/eduvpncommon/main.py b/wrappers/python/eduvpncommon/main.py index fc1035a..da8b186 100644 --- a/wrappers/python/eduvpncommon/main.py +++ b/wrappers/python/eduvpncommon/main.py @@ -10,8 +10,7 @@ class StateType(Enum): # Registers the python app with the Go code # name: The name of the app to be registered -# url: The url of the server to connect to, FIXME: To be removed -# state_callback: The callback to trigger whenever a state is changed, FIXME: Remove whenever this wrapper has implemented callbacks using function decorations +# state_callback: The callback to trigger whenever a state is changed def Register(name, config_directory, state_callback, debug): name_bytes = name.encode("utf-8") dir_bytes = config_directory.encode("utf-8") -- cgit v1.2.3