summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/NetloadIn.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2014-04-18 16:21:42 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2014-04-18 16:21:42 +0200
commit1db169b2a7f1df66777a1045b17fc948b1b45c42 (patch)
treee3df2bbef73737a21417b536ef15a4ea129bba05 /module/plugins/hoster/NetloadIn.py
parentUsing in instead of has_key (diff)
downloadpyload-1db169b2a7f1df66777a1045b17fc948b1b45c42.tar.xz
Fixed some PEP8 violations
Diffstat (limited to 'module/plugins/hoster/NetloadIn.py')
-rw-r--r--module/plugins/hoster/NetloadIn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/NetloadIn.py b/module/plugins/hoster/NetloadIn.py
index fa27c58df..4b8842d18 100644
--- a/module/plugins/hoster/NetloadIn.py
+++ b/module/plugins/hoster/NetloadIn.py
@@ -40,7 +40,7 @@ def getInfo(urls):
size = int(tmp[2])
except:
size = 0
- result.append((tmp[1], size, 2 if tmp[3] == "online" else 1, chunk[i] ))
+ result.append((tmp[1], size, 2 if tmp[3] == "online" else 1, chunk[i]))
except:
print "Netload prefetch: Error while processing response: "
print r