Skip to content

Commit

Permalink
add disk caching
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfwithSword committed Aug 23, 2024
1 parent 304aa30 commit 45935e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ async def twitch_run():
logger.info("Completed in {:.2f} seconds".format(time_since(start_time=start_time)))

if twitch_utils.cache:
twitch_utils.cache.expire()
twitch_utils.cache.close()


Expand Down

0 comments on commit 45935e8

Please sign in to comment.