add trailing newline

This commit is contained in:
Michal Kunc
2021-11-19 12:13:05 +01:00
parent 182d0c0c86
commit 1bae00ea47
+1 -1
View File
@@ -77,4 +77,4 @@ def show_action(name):
return render_template("action.html", action=item) return render_template("action.html", action=item)
if __name__ == "__main__": if __name__ == "__main__":
app.run() app.run()