From 090842ab2844e0804c43995ecbb42506f2ead123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A9sir=C3=A9=20Werner=20Menrath?= Date: Fri, 8 Nov 2024 21:23:59 +0100 Subject: [PATCH] wg_func.py aktualisiert --- wg_func.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/wg_func.py b/wg_func.py index 453ebb7..b435f82 100755 --- a/wg_func.py +++ b/wg_func.py @@ -14,7 +14,7 @@ import requests ''' 1 = 1. Year, 09 = Month of the Year, 2924 = Day and Year of the Year ''' -version = 'v. 1.11.0724' +version = 'v. 1.11.0824' path_to_file2 = Path('/etc/wire_py/settings.conf') _u = Path.read_text(Path('/tmp/_u')) @@ -264,7 +264,4 @@ class Tunnel: else: return True -tips = Tunnel.if_tip() - - - +tips = Tunnel.if_tip() \ No newline at end of file