about summary refs log tree commit diff
path: root/devscripts/gh-pages/update-sites.py
diff options
context:
space:
mode:
Diffstat (limited to 'devscripts/gh-pages/update-sites.py')
-rwxr-xr-xdevscripts/gh-pages/update-sites.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/devscripts/gh-pages/update-sites.py b/devscripts/gh-pages/update-sites.py
index 153e15c8a..0d526784d 100755
--- a/devscripts/gh-pages/update-sites.py
+++ b/devscripts/gh-pages/update-sites.py
@@ -9,6 +9,7 @@ sys.path.append(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(
 
 import youtube_dl
 
+
 def main():
     with open('supportedsites.html.in', 'r', encoding='utf-8') as tmplf:
         template = tmplf.read()