diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-10-25 14:14:17 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-10-25 16:34:13 +0200 |
| commit | 67161ca7b0cbcd2a37a51c7fd8fcfdbe0c577293 (patch) | |
| tree | baeccb61d27e923d3db29bd870faa728bb25bf1f /wrappers/python/eduvpn_common/main.py | |
| parent | 7a4a4b9a648fb072d9641abac893731770d7f028 (diff) | |
Format: Run Black
Diffstat (limited to 'wrappers/python/eduvpn_common/main.py')
| -rw-r--r-- | wrappers/python/eduvpn_common/main.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wrappers/python/eduvpn_common/main.py b/wrappers/python/eduvpn_common/main.py index 74ff52d..0bf4d07 100644 --- a/wrappers/python/eduvpn_common/main.py +++ b/wrappers/python/eduvpn_common/main.py @@ -610,9 +610,7 @@ def token_callback(name: bytes, srv, tok): obj = eduvpn_objects[name_decoded] srv_conv = get_transition_server(obj.lib, srv) tok_conv = get_tokens(obj.lib, tok) - obj.token_callback( - srv_conv, tok_conv - ) + obj.token_callback(srv_conv, tok_conv) @VPNStateChange |
