From af1b74b35dc90af4541b289918335605dac0d9f3 Mon Sep 17 00:00:00 2001 From: mkaay Date: Thu, 2 Sep 2010 20:43:36 +0200 Subject: gui: free space display --- pyLoadCore.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py index f792b610a..aad38e11e 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -530,6 +530,9 @@ class ServerMethods(): status['reconnect'] = self.core.config['reconnect']['activated'] and self.is_time_reconnect() return status + + def free_space(self): + return self.core.freeSpace() def get_server_version(self): return CURRENT_VERSION -- cgit v1.2.3