From 30a7d5a21fd736bd7c66b07c70807cf35887a0de Mon Sep 17 00:00:00 2001 From: Julian Date: Fri, 22 Aug 2025 09:31:42 +0200 Subject: [PATCH] =?UTF-8?q?Added=20more=20timeslots=20for=20more=20learn?= =?UTF-8?q?=20sessions!=20Hard=20times=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 82a26e5..d60e3a6 100644 --- a/main.py +++ b/main.py @@ -36,9 +36,13 @@ def main(): 'end': '18:00:00' }, { - 'start': '09:00:00', + 'start': '08:00:00', 'end': '12:00:00' - } + }, + { + 'start': '19:00:00', + 'end': '21:00:00' + }, ] for time_ in times: