Optimized code
This commit is contained in:
@@ -111,7 +111,7 @@ class Task(commands.Cog):
|
||||
@tasks.loop(hours=12.0)
|
||||
async def cache_cleaner(self):
|
||||
func.SETTINGS_BUFFER.clear()
|
||||
func.PLAYLISTS_BUFFER.clear()
|
||||
func.USERS_BUFFER.clear()
|
||||
|
||||
errorFile = func.gen_report()
|
||||
if errorFile:
|
||||
|
||||
Reference in New Issue
Block a user