From 083814b8a30c8eb3763707712d2d2e38e1d57ca5 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 29 Sep 2013 20:24:02 +0200 Subject: small bug fixes --- pyload/plugins/Hoster.py | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'pyload/plugins/Hoster.py') diff --git a/pyload/plugins/Hoster.py b/pyload/plugins/Hoster.py index 4d96c5730..c95b00009 100644 --- a/pyload/plugins/Hoster.py +++ b/pyload/plugins/Hoster.py @@ -1,22 +1,5 @@ # -*- coding: utf-8 -*- -""" - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3 of the License, - or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - See the GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, see . - - @author: RaNaN, spoob, mkaay -""" - import os from time import time @@ -65,7 +48,8 @@ class Hoster(Base): pass def __init__(self, pyfile): - Base.__init__(self, pyfile.m.core, pyfile.owner) + # TODO: pyfile.owner, but it's not correct yet + Base.__init__(self, pyfile.m.core) self.wantReconnect = False #: enables simultaneous processing of multiple downloads -- cgit v1.2.3