From acd49c364917faa963e23e3d10874d19709f0e9c Mon Sep 17 00:00:00 2001 From: CryNickSystems Date: Mon, 28 Nov 2011 21:45:09 +0100 Subject: OronCom Fix --- module/plugins/accounts/OronCom.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/accounts') diff --git a/module/plugins/accounts/OronCom.py b/module/plugins/accounts/OronCom.py index fdb23c93a..cab5dcd2a 100755 --- a/module/plugins/accounts/OronCom.py +++ b/module/plugins/accounts/OronCom.py @@ -23,11 +23,11 @@ from time import strptime, mktime class OronCom(Account): __name__ = "OronCom" - __version__ = "0.1" + __version__ = "0.11" __type__ = "account" __description__ = """oron.com account plugin""" __author_name__ = ("DHMH") - __author_mail__ = ("oron@pyload.org") + __author_mail__ = ("DHMH@pyload.org") def loadAccountInfo(self, user, req): req.load("http://oron.com/?op=change_lang&lang=german") -- cgit v1.2.3