feat: delete all bot log images at startup (#1650)

This commit is contained in:
Junyan Qin
2025-11-06 20:02:07 +08:00
parent cb48221ed3
commit 17070471f7
4 changed files with 22 additions and 1 deletions

View File

@@ -42,3 +42,10 @@ class StorageProvider(abc.ABC):
key: str,
):
pass
@abc.abstractmethod
async def delete_dir_recursive(
self,
dir_path: str,
):
pass