mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
fix indent2
This commit is contained in:
parent
8fbfd12432
commit
720f0a5a0d
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ import socket
|
||||||
import fcntl
|
import fcntl
|
||||||
import struct
|
import struct
|
||||||
if not __debug__:
|
if not __debug__:
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
s = xmlrpclib.ServerProxy('http://127.0.0.1:61209')
|
s = xmlrpclib.ServerProxy('http://127.0.0.1:61209')
|
||||||
|
|
||||||
|
@ -143,7 +143,7 @@ def monitor_info(memory=False, cpu=False, disk=False, ifconfig=False, uptime=Fal
|
||||||
else:
|
else:
|
||||||
del fs['interface_name']
|
del fs['interface_name']
|
||||||
result[interface] = fs
|
result[interface] = fs
|
||||||
return result
|
return result
|
||||||
|
|
||||||
elif disk:
|
elif disk:
|
||||||
result = {}
|
result = {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue