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

@@ -1,4 +1,2 @@
from main import app
if __name__ == '__main__':
app.run()
if __name__ == '__main__': app.run()