From f0ff65d2e032cbfc350cfe1b239cad31c8bf201f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdulkadir=20Furkan=20=C5=9Eanl=C4=B1?= Date: Sat, 13 Oct 2018 07:56:48 +0200 Subject: [PATCH] Fix issue where guidance and TOK lessons were ignored --- IA.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IA.py b/IA.py index 716b083..974f13d 100755 --- a/IA.py +++ b/IA.py @@ -56,6 +56,8 @@ def select_final_time(conn, day, id): OR g4 = lesson_id OR g5 = lesson_id OR g6 = lesson_id + OR lesson_id = 'gu' + OR leeson_id = 'to' WHERE id = ? AND day = ? ORDER BY end_time DESC LIMIT 1