removed comment in pokemon
temporarily removed deleting temp files
This commit is contained in:
parent
61c1db1faa
commit
1f982b908e
2 changed files with 3 additions and 3 deletions
|
|
@ -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!")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue