diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-03-07 15:09:22 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-03-07 15:19:43 +0100 |
| commit | 47d9e993ce43c4238810a2533a81a24ee701f155 (patch) | |
| tree | 88932810d6c13eb3d8be05c48fe756159377d45e /wrappers/python/example/main.py | |
| parent | 89111e1aef8a5bfbaa3b196b5cf27e768d225728 (diff) | |
Format: Run Black
Diffstat (limited to 'wrappers/python/example/main.py')
| -rw-r--r-- | wrappers/python/example/main.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wrappers/python/example/main.py b/wrappers/python/example/main.py index 92472d2..68e1286 100644 --- a/wrappers/python/example/main.py +++ b/wrappers/python/example/main.py @@ -99,7 +99,9 @@ def do_secure_internet(edu: eduvpn.EduVPN) -> Optional[Config]: # The main entry point if __name__ == "__main__": - _eduvpn = eduvpn.EduVPN("org.eduvpn.app.linux", f"{commonver}-cli-py", "configs", "en") + _eduvpn = eduvpn.EduVPN( + "org.eduvpn.app.linux", f"{commonver}-cli-py", "configs", "en" + ) setup_callbacks(_eduvpn) # Register with the eduVPN-common library |
