diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-06-02 01:10:08 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-06-02 01:10:08 +0200 |
commit | 6637b832d74e0cf1fb96a1731daeb5832ea31822 (patch) | |
tree | 0fd0868ab7c8f99256974d4f6f8db52f88d40e18 /module/plugins/internal/Extractor.py | |
parent | Merge pull request #1447 from GammaC0de/patch-1 (diff) | |
download | pyload-6637b832d74e0cf1fb96a1731daeb5832ea31822.tar.xz |
[SimpleCrypter] Update
Diffstat (limited to 'module/plugins/internal/Extractor.py')
-rw-r--r-- | module/plugins/internal/Extractor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/Extractor.py b/module/plugins/internal/Extractor.py index 159b65ffe..1a98060d9 100644 --- a/module/plugins/internal/Extractor.py +++ b/module/plugins/internal/Extractor.py @@ -29,8 +29,8 @@ class Extractor: EXTENSIONS = [] - VERSION = "" REPAIR = False + VERSION = "" @classmethod |