mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-15 04:07:29 +08:00
remove deprecated warn
This commit is contained in:
@@ -32,7 +32,7 @@ class CxbReader(BaseReader):
|
||||
await self.read_csv(self.bin_dir)
|
||||
|
||||
else:
|
||||
self.logger.warn(f"{self.bin_dir} does not exist, nothing to import")
|
||||
self.logger.warning(f"{self.bin_dir} does not exist, nothing to import")
|
||||
|
||||
async def read_csv(self, bin_dir: str) -> None:
|
||||
self.logger.info(f"Read csv from {bin_dir}")
|
||||
|
||||
Reference in New Issue
Block a user