From 36f167412232f529a3aa34f72d34ebb70c3de4aa Mon Sep 17 00:00:00 2001 From: osklahti <osklahti@student.jyu.fi> Date: Tue, 2 Apr 2024 05:59:03 +0300 Subject: [PATCH] alusta.py should be ready --- alusta.py | 1 + 1 file changed, 1 insertion(+) diff --git a/alusta.py b/alusta.py index db0d561..640a1ec 100644 --- a/alusta.py +++ b/alusta.py @@ -25,3 +25,4 @@ for paiva in data["MenusForDays"]: # luodaan myös tykkäyksille oma taulu cur.execute("CREATE TABLE tykkaykset(id integer primary key, ruokaid)") con.commit() +con.close() -- GitLab