Skip to content

Commit 45935e8

Browse files
committed
add disk caching
1 parent 304aa30 commit 45935e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ async def twitch_run():
123123
logger.info("Completed in {:.2f} seconds".format(time_since(start_time=start_time)))
124124

125125
if twitch_utils.cache:
126+
twitch_utils.cache.expire()
126127
twitch_utils.cache.close()
127128

128129

0 commit comments

Comments
 (0)