forked from 0x2620/pandora
typo
This commit is contained in:
parent
4cd1473a94
commit
c4c0a037ce
1 changed files with 1 additions and 1 deletions
|
@ -937,7 +937,7 @@ def download_source(request, id, part=None):
|
||||||
else:
|
else:
|
||||||
part = 0
|
part = 0
|
||||||
streams = item.streams()
|
streams = item.streams()
|
||||||
if parts > len(streams):
|
if part > len(streams):
|
||||||
raise Http404
|
raise Http404
|
||||||
f = streams[part].file
|
f = streams[part].file
|
||||||
if not f.data:
|
if not f.data:
|
||||||
|
|
Loading…
Reference in a new issue