From de8fd8634a3862620e433bda3ab35f75d657cbeb Mon Sep 17 00:00:00 2001 From: miteruzo Date: Sun, 26 Oct 2025 01:07:15 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AD=E3=83=AA=E7=95=AA=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- get_kiriban_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_kiriban_list.py b/get_kiriban_list.py index 4408df5..07195b4 100644 --- a/get_kiriban_list.py +++ b/get_kiriban_list.py @@ -47,7 +47,7 @@ def main ( previous_views_count: int | None = ( VideoHistory - .where_has ('videos', lambda q, code = code: q.where ('code', code)) + .where_has ('video', lambda q, code = code: q.where ('code', code)) .where ('fetched_at', '<', latest_fetched_at) .max ('views_count')) if previous_views_count is None: