Skip to content

Commit

Permalink
Clear letter to user ID dictionary during results period
Browse files Browse the repository at this point in the history
  • Loading branch information
wrussell1999 committed Jun 11, 2019
1 parent 03782e3 commit cabb2c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion foodflex/periods/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ async def results_period(channel):
await channel.send(embed=embed)
await leaderboard.update_leaderboard()

# Reset the daily data
# Reset data generated daily
data.daily_data.clear()
data.letter_to_user_id.clear()
data.save_data()


Expand Down

0 comments on commit cabb2c8

Please sign in to comment.