diff options
| author | 2009-12-17 23:52:22 +0100 | |
|---|---|---|
| committer | 2009-12-17 23:52:22 +0100 | |
| commit | a9a0ab594e4ea05532ff089b8eee7bf20ea571be (patch) | |
| tree | 485937ee65c55ff4074fc9ca5b54152994567885 /pyLoadCore.py | |
| parent | Removed prints (diff) | |
| download | pyload-a9a0ab594e4ea05532ff089b8eee7bf20ea571be.tar.xz | |
new web JSON functions
Diffstat (limited to 'pyLoadCore.py')
| -rwxr-xr-x | pyLoadCore.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index 0a30c1849..5550c9b9b 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -358,6 +358,7 @@ class ServerMethods(): download['percent'] = pyfile.status.percent() download['status'] = pyfile.status.type download['wait_until'] = pyfile.status.waituntil + download['package'] = pyfile.package.data["package_name"] downloads.append(download) return downloads |
