优化IO问题

This commit is contained in:
liuwei
2025-06-04 09:06:05 +08:00
parent b63d9c568c
commit b27c5c6bdf
3 changed files with 8 additions and 1 deletions

View File

@@ -137,5 +137,10 @@ def jobs(robot: Robot):
logger.info("图片缓存更新完成")
@async_job.every_minutes(1)
async def check_open_files():
os.open
if __name__ == "__main__":
main()