Persistance.

This commit is contained in:
2025-01-27 01:06:13 +01:00
parent 87895a72d3
commit aec9ffd1a1
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@
.resources
.backup*
docs
snek.d*
*.db*
*.png
# ---> Python
+1 -1
View File
@@ -107,7 +107,7 @@ class Application(BaseApplication):
return await super().render_template(template, request, context)
app = Application()
app = Application(db_path="sqlite:///snek.db")
if __name__ == "__main__":