Browse Source

'update_db.py' を更新

main
みてるぞ 1 day ago
parent
commit
48e51f97d0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      update_db.py

+ 1
- 1
update_db.py View File

@@ -36,7 +36,7 @@ def main (


now = datetime.now () now = datetime.now ()


api_data = search_nico_by_tags (['伊地知ニジカ', 'ぼざろクリーチャーシリーズ'])
api_data = search_nico_by_tags (['伊地知ニジカ', 'ぼざろクリーチャーシリーズ', 'ぼざろクリーチャーシリーズ外伝'])
update_tables (api_data, now) update_tables (api_data, now)






Loading…
Cancel
Save