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