diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-10-22 03:01:08 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-10-22 03:01:08 +0200 |
commit | 28e340d990bfb33d4e3cacda95145761abffc462 (patch) | |
tree | 96b2cd4202fc65985488d1f21f0b5e76cfae1fa3 /module/plugins/internal/Crypter.py | |
parent | [MultiHoster] Fix get_info (diff) | |
download | pyload-28e340d990bfb33d4e3cacda95145761abffc462.tar.xz |
Spare code cosmetics
Diffstat (limited to 'module/plugins/internal/Crypter.py')
-rw-r--r-- | module/plugins/internal/Crypter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/Crypter.py b/module/plugins/internal/Crypter.py index 3e5b1f59d..71076ad0a 100644 --- a/module/plugins/internal/Crypter.py +++ b/module/plugins/internal/Crypter.py @@ -8,7 +8,7 @@ class Crypter(Base): __name__ = "Crypter" __type__ = "crypter" __version__ = "0.14" - __status__ = "testing" + __status__ = "stable" __pattern__ = r'^unmatchable$' __config__ = [("activated" , "bool", "Activated" , True), |