[mod] autopep8

This commit is contained in:
Laurent Peuch 2016-02-09 21:37:55 +01:00
parent f50ba00300
commit 9cbb1eca5e

View File

@ -192,6 +192,5 @@ def main():
open(os.path.join("build", "index.html"), "w").write(index_template.render(settings=settings, galleries=front_page_galleries_cover, Image=Image).encode("Utf-8"))
if __name__ == '__main__':
main()