diff options
Diffstat (limited to 'module/plugins/accounts/FastshareCz.py')
-rw-r--r-- | module/plugins/accounts/FastshareCz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/FastshareCz.py b/module/plugins/accounts/FastshareCz.py index c898f59ab..7afbd659e 100644 --- a/module/plugins/accounts/FastshareCz.py +++ b/module/plugins/accounts/FastshareCz.py @@ -9,7 +9,7 @@ class FastshareCz(Account): __name__ = "FastshareCz" __type__ = "account" __version__ = "0.08" - __status__ = "stable" + __status__ = "testing" __description__ = """Fastshare.cz account plugin""" __license__ = "GPLv3" |