add trailing newline

This commit is contained in:
Michal Kunc 2021-11-19 12:13:05 +01:00
parent 182d0c0c86
commit 1bae00ea47
Signed by: michal
GPG Key ID: 4CA5FB6559E0BDF8

View File

@ -77,4 +77,4 @@ def show_action(name):
return render_template("action.html", action=item)
if __name__ == "__main__":
app.run()
app.run()