removed comment in pokemon

temporarily removed deleting temp files
This commit is contained in:
phixxy 2024-01-28 00:42:16 -08:00
parent 61c1db1faa
commit 1f982b908e
2 changed files with 3 additions and 3 deletions

View file

@ -36,8 +36,9 @@ async def task_loop():
#Run daily tasks
if current_time.tm_hour == 0 and current_time.tm_min == 0 and current_time.tm_sec == 0:
try:
await delete_all_files("tmp/")
logger.info("Deleted tmp/ files.")
pass
#await delete_all_files("tmp/")
#logger.info("Deleted tmp/ files.")
except Exception as error:
logger.exception("Failed to delete files!")