From 8318540e162cccbb049bebebc5aca03384a1e4e9 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 29 Dec 2013 21:07:28 +0100 Subject: added progress type enum, new DebugCrypter + Hoster, little improvements for crypter api --- pyload/plugins/Account.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyload/plugins/Account.py') diff --git a/pyload/plugins/Account.py b/pyload/plugins/Account.py index 4e6f174d2..cbf545611 100644 --- a/pyload/plugins/Account.py +++ b/pyload/plugins/Account.py @@ -45,6 +45,8 @@ class Account(Base): return cls(m, info.loginname, info.owner, True if info.activated else False, True if info.shared else False, password, options) + __type__ = "account" + def __init__(self, manager, loginname, owner, activated, shared, password, options): Base.__init__(self, manager.core, owner) -- cgit v1.2.3