mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 07:01:36 +01:00
Fixed wrong intentation
This commit is contained in:
@@ -75,12 +75,14 @@ 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()
|
||||
tmp = ' '+tmp
|
||||
return tmp;
|
||||
return tmp;
|
||||
|
||||
def battery():
|
||||
if hl_utils.is_laptop():
|
||||
|
||||
Reference in New Issue
Block a user