diff options
Diffstat (limited to 'module/plugins/crypter/RSLayerCom.py')
-rw-r--r-- | module/plugins/crypter/RSLayerCom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/crypter/RSLayerCom.py b/module/plugins/crypter/RSLayerCom.py index 0dc7ddf4e..cce24c972 100644 --- a/module/plugins/crypter/RSLayerCom.py +++ b/module/plugins/crypter/RSLayerCom.py @@ -9,5 +9,5 @@ class RSLayerCom(DeadCrypter): __pattern__ = r"http://(www\.)?rs-layer.com/directory-" __version__ = "0.21" __description__ = """RS-Layer.com Container Plugin""" - __author_name__ = ("hzpz") - __author_mail__ = ("none") + __author_name__ = "hzpz" + __author_mail__ = "" |