diff options
Diffstat (limited to 'module/plugins/crypter/PastebinCom.py')
| -rw-r--r-- | module/plugins/crypter/PastebinCom.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/module/plugins/crypter/PastebinCom.py b/module/plugins/crypter/PastebinCom.py index ed52a49cc..1a30cc3be 100644 --- a/module/plugins/crypter/PastebinCom.py +++ b/module/plugins/crypter/PastebinCom.py @@ -10,7 +10,7 @@ class PastebinCom(SimpleCrypter):      __status__  = "testing"      __pattern__ = r'https://(?:www\.)?pastebin\.com/(.+i=)?(?P<ID>\w{8})' -    __config__  = [("activated", "bool", "Activated", True), +    __config__  = [("activated"         , "bool", "Activated"                          , True),                     ("use_premium"       , "bool", "Use premium account if available"   , True),                     ("use_subfolder"     , "bool", "Save package to subfolder"          , True),                     ("subfolder_per_pack", "bool", "Create a subfolder for each package", True)] | 
