diff options
Diffstat (limited to 'module/plugins/crypter/FourChanOrg.py')
-rw-r--r-- | module/plugins/crypter/FourChanOrg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/FourChanOrg.py b/module/plugins/crypter/FourChanOrg.py index 65a2ac788..a2fdb99d1 100644 --- a/module/plugins/crypter/FourChanOrg.py +++ b/module/plugins/crypter/FourChanOrg.py @@ -9,7 +9,7 @@ from module.plugins.internal.Crypter import Crypter class FourChanOrg(Crypter): - __name__ = "FourChanOrg" + __name = "4chan" __type__ = "crypter" __version__ = "0.33" __status__ = "testing" |