diff options
Diffstat (limited to 'module/plugins/accounts/NowVideoSx.py')
-rw-r--r-- | module/plugins/accounts/NowVideoSx.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/NowVideoSx.py b/module/plugins/accounts/NowVideoSx.py index 3375207d9..228202c45 100644 --- a/module/plugins/accounts/NowVideoSx.py +++ b/module/plugins/accounts/NowVideoSx.py @@ -7,7 +7,7 @@ from module.plugins.internal.Account import Account class NowVideoSx(Account): - __name__ = "NowVideoSx" + __name = "NowVideoSx" __type__ = "account" __version__ = "0.07" __status__ = "testing" |