Explorar el Código

[twitch] PEP8

Jaime Marquínez Ferrándiz hace 10 años
padre
commit
12d1fb5aa9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      youtube_dl/extractor/twitch.py

+ 1 - 1
youtube_dl/extractor/twitch.py

@@ -379,4 +379,4 @@ class TwitchStreamIE(TwitchBaseIE):
             'view_count': view_count,
             'view_count': view_count,
             'formats': formats,
             'formats': formats,
             'is_live': True,
             'is_live': True,
-        }
+        }