From 41559c6d7c17862cc5640631e8a1bb7a00f923da Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 11 Apr 2014 12:26:05 +0200 Subject: Use pyfile instead self.pyfile Merges vuolter/pyload@b7f6e2e (cherry picked from commit 4d978dedd16418a4e7d8c81bd819a6a5fa432057) --- pyload/plugins/hoster/NetloadIn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/plugins/hoster/NetloadIn.py') diff --git a/pyload/plugins/hoster/NetloadIn.py b/pyload/plugins/hoster/NetloadIn.py index 2f75e5ac0..df3a27bb7 100644 --- a/pyload/plugins/hoster/NetloadIn.py +++ b/pyload/plugins/hoster/NetloadIn.py @@ -63,7 +63,7 @@ class NetloadIn(Hoster): def process(self, pyfile): self.url = pyfile.url self.prepare() - self.pyfile.setStatus("downloading") + pyfile.setStatus("downloading") self.proceed(self.url) def prepare(self): -- cgit v1.2.3