mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-06 18:53:38 +08:00
Add missing blank lines after class or function definition.
This commit is contained in:
@@ -32,5 +32,6 @@ def main():
|
||||
with open('supportedsites.html', 'w', encoding='utf-8') as sitesf:
|
||||
sitesf.write(template)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user