Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cntvc/star-rail-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
cntvc committed Nov 12, 2023
2 parents 3d77e02 + 295a002 commit e4bc29d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion star_rail/module/record/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ def import_gacha_record(self):
if srgf_data.info.uid != self.user.uid:
logger.info(_lang.diff_account_srgf_data, file_path)
continue
# FIXME 当 recode_item_list 为空时报错
record_info, item_list = convert_to_gacha_record(srgf_data)
GachaRecord.save_record_info(record_info)
GachaRecord.save_record_item_list(item_list)
Expand Down

0 comments on commit e4bc29d

Please sign in to comment.