Browse Source

キリ番修正

main
みてるぞ 1 week ago
parent
commit
de8fd8634a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      get_kiriban_list.py

+ 1
- 1
get_kiriban_list.py View File

@@ -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:


Loading…
Cancel
Save