aboutsummaryrefslogtreecommitdiff
path: root/crawl/crawl.py
diff options
context:
space:
mode:
Diffstat (limited to 'crawl/crawl.py')
-rw-r--r--crawl/crawl.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl/crawl.py b/crawl/crawl.py
index 49cce83..841078e 100644
--- a/crawl/crawl.py
+++ b/crawl/crawl.py
@@ -65,8 +65,8 @@ subjects = result.json()
with open("subjects.json", 'w') as f:
json.dump(subjects, f)
-DATE_START = "2026-03-16"
-DATE_END = "2026-03-21"
+DATE_START = "2026-10-19"
+DATE_END = "2026-10-25"
print("Timetables by subject (format=2: class, room, teacher)")
timetables = []