diff options
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 |