X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/a070911bf98c751e4425008f1335cc57c86d30fc..948e7e72e8c48fac09cc92b37abe001b421fda48:/devscripts/make_contributing.py diff --git a/devscripts/make_contributing.py b/devscripts/make_contributing.py index 5e454a4..226d1a5 100755 --- a/devscripts/make_contributing.py +++ b/devscripts/make_contributing.py @@ -28,5 +28,6 @@ def main(): with io.open(outfile, 'w', encoding='utf-8') as outf: outf.write(out) + if __name__ == '__main__': main()