1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-23 19:55:38 +01:00

removed tabs on empty line

This commit is contained in:
toran4 2019-07-25 09:39:50 +02:00 committed by Johan Andersson
parent 325ecd71d4
commit e3a88d1a7a

View File

@ -55,7 +55,7 @@ def get_media(url, options, version="Unknown"):
else: else:
get_one_media(stream) get_one_media(stream)
def get_all_episodes(stream, url, options): def get_all_episodes(stream, url, options):
name = os.path.dirname(formatname({"basedir": True}, stream.config)) name = os.path.dirname(formatname({"basedir": True}, stream.config))