Tidied up code

This commit is contained in:
2022-06-19 11:17:00 +01:00
parent 2e00d503c8
commit 6d5f74bd62
4 changed files with 6 additions and 9 deletions

View File

@@ -80,5 +80,4 @@ def create_app():
app = create_app()
if __name__ == '__main__':
app.run()
if __name__ == '__main__': app.run()