diff options
Diffstat (limited to 'module/plugins/accounts/TusfilesNet.py')
-rw-r--r-- | module/plugins/accounts/TusfilesNet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/TusfilesNet.py b/module/plugins/accounts/TusfilesNet.py index f1846c271..c549bbaf7 100644 --- a/module/plugins/accounts/TusfilesNet.py +++ b/module/plugins/accounts/TusfilesNet.py @@ -10,7 +10,7 @@ class TusfilesNet(XFSAccount): __name__ = "TusfilesNet" __type__ = "account" __version__ = "0.07" - __status__ = "stable" + __status__ = "testing" __description__ = """Tusfile.net account plugin""" __license__ = "GPLv3" |