Fix all PEP8 issues except E501
[youtube-dl] / devscripts / gh-pages / update-sites.py
index 0d526784d2c9bb7eae459d2da9f7a620502500a5..4a6bb5e356c7bec65f02219088239319f5685518 100755 (executable)
@@ -22,7 +22,7 @@ def main():
             continue
         elif ie_desc is not None:
             ie_html += ': {}'.format(ie.IE_DESC)
-        if ie.working() == False:
+        if not ie.working():
             ie_html += ' (Currently broken)'
         ie_htmls.append('<li>{}</li>'.format(ie_html))