Show prices through a minimal webapp

This commit is contained in:
2022-07-10 23:12:26 +02:00
parent 577ad61cf2
commit b190eebe46
8 changed files with 455 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ from peewee import AutoField, DateField, IntegerField
from peewee import IntegrityError
# SQLite database using WAL journal mode and 64MB cache.
# SQLite database
db = SqliteDatabase("fioul.db")