Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lc4t committed Mar 1, 2020
1 parent 7394ff9 commit 9b6d587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion danmu/bili_danmu_giftthx.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ async def run_sender(self):
self.user.random_list_2),
random3=random.choice(self.user.random_list_3)))
await self.game_log(coin_type, total_coin)
wait_to_send_danmu[username][gift_name].update({'gift_num': 0})
wait_to_send_danmu[username][gift_name].update(
{'gift_num': 0, 'total_coin': 0})

await asyncio.sleep(1)

Expand Down

0 comments on commit 9b6d587

Please sign in to comment.