mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-15 12:17:28 +08:00
remove deprecated warn
This commit is contained in:
@@ -26,7 +26,7 @@ class SaoReader(BaseReader):
|
||||
await self.read_csv(f"{self.bin_dir}")
|
||||
|
||||
else:
|
||||
self.logger.warn("Directory not found, nothing to import")
|
||||
self.logger.warning("Directory not found, nothing to import")
|
||||
|
||||
def load_csv_file(self, file: str) -> List[Dict]:
|
||||
ret = []
|
||||
|
||||
Reference in New Issue
Block a user