Update model.py

This commit is contained in:
HibiKier 2023-04-22 19:55:47 +08:00 committed by GitHub
parent f3a5879c66
commit 03cfeb22d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,7 @@ class BilibiliSub(Model):
:param season_current_episode: 番剧最新集数 :param season_current_episode: 番剧最新集数
:param season_update_time: 番剧更新时间 :param season_update_time: 番剧更新时间
""" """
sub_id = str(sub_id)
# try: # try:
data = { data = {
"sub_type": sub_type, "sub_type": sub_type,