diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-07-08 23:17:40 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-07-08 23:17:40 +0200 |
commit | 8c69c4f756c6aaf8f3254ffb15f83aa7a4df91ac (patch) | |
tree | b2f6409c1db7cbf4a405d02a27a147b2f42e2c70 /pyLoadCore.py | |
parent | new useful events, allDownloadsProcessed + allDownloadsFinished (diff) | |
download | pyload-8c69c4f756c6aaf8f3254ffb15f83aa7a4df91ac.tar.xz |
show queue in webif
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index 1c0c39403..561bf3466 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -636,7 +636,7 @@ class ServerMethods(): """ dict with current server status """ status = {'pause': self.core.threadManager.pause, 'activ': len(self.core.threadManager.processingIds()), - 'queue': self.core.files.getFileCount(), + 'queue': self.core.files.getQueueCount(), 'total': self.core.files.getFileCount(), 'speed': 0} |