diff options
Diffstat (limited to 'module/plugins/accounts/MyfastfileCom.py')
-rw-r--r-- | module/plugins/accounts/MyfastfileCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/MyfastfileCom.py b/module/plugins/accounts/MyfastfileCom.py index 0621ef0ca..200c61b81 100644 --- a/module/plugins/accounts/MyfastfileCom.py +++ b/module/plugins/accounts/MyfastfileCom.py @@ -10,7 +10,7 @@ class MyfastfileCom(Account): __name__ = "MyfastfileCom" __type__ = "account" __version__ = "0.06" - __status__ = "stable" + __status__ = "testing" __description__ = """Myfastfile.com account plugin""" __license__ = "GPLv3" |