summaryrefslogtreecommitdiffstats
path: root/module/plugins/Crypter.py
diff options
context:
space:
mode:
authorGravatar zoidberg10 <zoidberg@mujmail.cz> 2012-01-07 23:15:49 +0100
committerGravatar zoidberg10 <zoidberg@mujmail.cz> 2012-01-07 23:15:49 +0100
commit03ec7f017c882c304be1d0759a348d5305f27d42 (patch)
treeaae22019e7778148e92d0b983f61de1a3747815b /module/plugins/Crypter.py
parentshow empty packages (diff)
downloadpyload-03ec7f017c882c304be1d0759a348d5305f27d42.tar.xz
xfilesharengprofolder using new crypter api, allow slash in package name
Diffstat (limited to 'module/plugins/Crypter.py')
-rw-r--r--module/plugins/Crypter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/Crypter.py b/module/plugins/Crypter.py
index 3e423881e..6079ae8f6 100644
--- a/module/plugins/Crypter.py
+++ b/module/plugins/Crypter.py
@@ -12,7 +12,7 @@ from Base import Base, Retry
class Package:
""" Container that indicates new package should be created """
def __init__(self, name, urls=None, dest=Destination.Queue):
- self.name = name,
+ self.name = name
self.urls = urls if urls else []
self.dest = dest