From e6f90611fa858326238397de3423ec55910b2af2 Mon Sep 17 00:00:00 2001 From: miteruzo Date: Mon, 30 Dec 2024 17:02:46 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AA=E3=83=AC=E3=83=BC=E3=82=B7=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=81=AE=E3=83=9F=E3=82=B9=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nico.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nico.py b/nico.py index cf48ee7..8c40543 100644 --- a/nico.py +++ b/nico.py @@ -140,7 +140,7 @@ def get_kiriban_list ( if code in [kiriban[1]['contentId'] for kiriban in kiriban_list]: continue previous_views_count = cast (int, (VideoHistory - .where_has ('videos', + .where_has ('video', lambda q: q.where ( 'code', code)) .where ('fetched_at', '<', latest_fetched_at)