summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-13 13:33:21 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-13 13:33:21 +0200
commit1ffd7d167dfc9b40eab7067d81a25720d04c9387 (patch)
tree749e04f092b8471e9fe144845159296a98d5d33d /pyLoadCore.py
parentmerge (diff)
downloadpyload-1ffd7d167dfc9b40eab7067d81a25720d04c9387.tar.xz
some fixes, working irc interface
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
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):