diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-13 13:33:21 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-13 13:33:21 +0200 |
commit | 1ffd7d167dfc9b40eab7067d81a25720d04c9387 (patch) | |
tree | 749e04f092b8471e9fe144845159296a98d5d33d /pyLoadCore.py | |
parent | merge (diff) | |
download | pyload-1ffd7d167dfc9b40eab7067d81a25720d04c9387.tar.xz |
some fixes, working irc interface
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index cc9480dee..f3d6de7e0 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -482,6 +482,8 @@ class ServerMethods(): self.core.log.info(_("Added package %s containing %s links") % (name, len(links))) self.core.files.save() + + return pid def get_package_data(self, id): |