diff options
author | mkaay <mkaay@mkaay.de> | 2010-09-02 20:43:36 +0200 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2010-09-02 20:43:36 +0200 |
commit | af1b74b35dc90af4541b289918335605dac0d9f3 (patch) | |
tree | 6437140c7ef5c3316ab121f232067488278b2263 /pyLoadCore.py | |
parent | gui fix (diff) | |
download | pyload-af1b74b35dc90af4541b289918335605dac0d9f3.tar.xz |
gui: free space display
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 3 |
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 |