lint my ass...

This commit is contained in:
Hellowlol 2017-08-18 23:23:40 +02:00
parent 1af004b7c0
commit 626c63be3b

View file

@ -230,7 +230,8 @@ def downloadSessionImages(server, filename=None, height=150, width=150, opacity=
return info
def download(url, filename=None, savepath=None, session=None, chunksize=4024, unpack=False, mocked=False, showstatus=False):
def download(url, filename=None, savepath=None, session=None, chunksize=4024,
unpack=False, mocked=False, showstatus=False):
""" Helper to download a thumb, videofile or other media item. Returns the local
path to the downloaded file.