summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2010-09-02 20:43:36 +0200
committerGravatar mkaay <mkaay@mkaay.de> 2010-09-02 20:43:36 +0200
commitaf1b74b35dc90af4541b289918335605dac0d9f3 (patch)
tree6437140c7ef5c3316ab121f232067488278b2263 /pyLoadCore.py
parentgui fix (diff)
downloadpyload-af1b74b35dc90af4541b289918335605dac0d9f3.tar.xz
gui: free space display
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py3
1 files changed, 3 insertions, 0 deletions
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