summaryrefslogtreecommitdiffstats
path: root/module/web/ajax/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/ajax/views.py')
-rw-r--r--module/web/ajax/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/ajax/views.py b/module/web/ajax/views.py
index 0ca42c0c2..5e911e0ba 100644
--- a/module/web/ajax/views.py
+++ b/module/web/ajax/views.py
@@ -78,7 +78,7 @@ def add_package(request):
links = map(lambda x: x.strip(), links)
links = filter(lambda x: x != "", links)
-
+
settings.PYLOAD.add_package(name, links, queue)