mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 21:54:17 +01:00
svtplay_dl: silence pylint warning when using % with log
This commit is contained in:
parent
0efff3c2fe
commit
f5aceffad7
@ -76,7 +76,7 @@ def get_media(url, options):
|
|||||||
else:
|
else:
|
||||||
substream = service_handler(o)
|
substream = service_handler(o)
|
||||||
|
|
||||||
log.info("Episode %d of %d" % (idx + 1, len(episodes)))
|
log.info("Episode %d of %d", idx + 1, len(episodes))
|
||||||
|
|
||||||
# get_one_media overwrites options.output...
|
# get_one_media overwrites options.output...
|
||||||
get_one_media(substream, copy.copy(options))
|
get_one_media(substream, copy.copy(options))
|
||||||
|
Loading…
Reference in New Issue
Block a user