From 07f061bf96992a447ad535460ad6053d15a86888 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 17 Nov 2013 20:46:52 +0100 Subject: adapted multihoster to new plugin manager --- pyload/plugins/Base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/plugins/Base.py') diff --git a/pyload/plugins/Base.py b/pyload/plugins/Base.py index abb59a7bc..ae8614b0d 100644 --- a/pyload/plugins/Base.py +++ b/pyload/plugins/Base.py @@ -73,7 +73,7 @@ class Base(object): #: Url to service (to buy premium) for accounts __ref_url__ = "" - __author_name__ = tuple() + __author__ = tuple() __author_mail__ = tuple() -- cgit v1.2.3