From e8987b7c5bf2611e84781d099f8c612ea4d6e6b1 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 10 Aug 2013 23:17:29 +0200 Subject: new parse_time helper function --- pyload/plugins/Account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/plugins/Account.py') diff --git a/pyload/plugins/Account.py b/pyload/plugins/Account.py index b3e26ce58..eabfe6885 100644 --- a/pyload/plugins/Account.py +++ b/pyload/plugins/Account.py @@ -95,7 +95,7 @@ class Account(Base): return self.config_data[option].input.default_value def setConfig(self, option, value): - """ Sets a config value for this account instance. Fallsback """ + """ Sets a config value for this account instance or global plugin config """ if option not in self.config_data: return Base.setConfig(self, option, value) -- cgit v1.2.3