Fixed wrong intentation

This commit is contained in:
Sheppy
2017-05-25 20:07:28 +02:00
parent d1e197dfe4
commit 0328c1db37

View File

@@ -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()