mirror of
https://github.com/FAUSheppy/config
synced 2025-12-07 15:31:35 +01:00
Fixed wrong intentation
This commit is contained in:
@@ -75,7 +75,9 @@ def guthaben():
|
||||
|
||||
def vpn():
|
||||
vpn = ''
|
||||
if not hl_utils.is_cip():
|
||||
if hl_utils.is_cip():
|
||||
return ''
|
||||
else:
|
||||
tmp = -1
|
||||
with open(hl_utils.hlpath("vpn_status.log")) as f:
|
||||
tmp = f.read()
|
||||
|
||||
Reference in New Issue
Block a user