diff options
Diffstat (limited to 'module/plugins/accounts/HellshareCz.py')
-rw-r--r-- | module/plugins/accounts/HellshareCz.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/accounts/HellshareCz.py b/module/plugins/accounts/HellshareCz.py index b4a3b71e9..afe336403 100644 --- a/module/plugins/accounts/HellshareCz.py +++ b/module/plugins/accounts/HellshareCz.py @@ -10,6 +10,7 @@ class HellshareCz(Account): __name__ = "HellshareCz" __type__ = "account" __version__ = "0.18" + __status__ = "stable" __description__ = """Hellshare.cz account plugin""" __license__ = "GPLv3" |