From 720f0a5a0dae3f265cd82e6af8526eb64fc291fb Mon Sep 17 00:00:00 2001 From: Adrien Beudin Date: Fri, 4 Oct 2013 12:50:04 +0200 Subject: [PATCH] fix indent2 --- yunohost_monitor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yunohost_monitor.py b/yunohost_monitor.py index 6b18294f..2087d81a 100644 --- a/yunohost_monitor.py +++ b/yunohost_monitor.py @@ -42,7 +42,7 @@ import socket import fcntl import struct if not __debug__: - import traceback + import traceback 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: del fs['interface_name'] result[interface] = fs - return result + return result elif disk: result = {}