Skip to content

Commit

Permalink
Update announcement.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HibiKier authored Jul 29, 2021
1 parent 8668818 commit 517f120
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/draw_card/announcement.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,7 @@ async def update_up_char(self):
break
else:
logger.error('赛马娘UP无法找到活动日期....取消更新UP池子...')
return
# raise Exception('赛马娘UP无法找到活动日期....')
return check_write(data, pretty_up_char)
time = time.replace('~', '-').replace('/', '月').split(' ')
time = time[0] + '日 ' + time[1] + ' - ' + time[3] + '日 ' + time[4]
data['char']['time'] = time
Expand Down

0 comments on commit 517f120

Please sign in to comment.