diff options
Diffstat (limited to 'module/plugins/accounts/VidPlayNet.py')
-rw-r--r-- | module/plugins/accounts/VidPlayNet.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/module/plugins/accounts/VidPlayNet.py b/module/plugins/accounts/VidPlayNet.py index 286adfc13..b182c8589 100644 --- a/module/plugins/accounts/VidPlayNet.py +++ b/module/plugins/accounts/VidPlayNet.py @@ -4,13 +4,13 @@ from module.plugins.internal.XFSPAccount import XFSPAccount class VidPlayNet(XFSPAccount): - __name__ = "VidPlayNet" - __type__ = "account" + __name__ = "VidPlayNet" + __type__ = "account" __version__ = "0.01" __description__ = """VidPlay.net account plugin""" - __license__ = "GPLv3" - __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] + __license__ = "GPLv3" + __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] HOSTER_NAME = "vidplay.net" |