forked from Hay1tsme/artemis
remove deprecated warn
This commit is contained in:
@ -554,7 +554,7 @@ class OngekiProfileData(BaseData):
|
||||
result = await self.execute(sql)
|
||||
|
||||
if result is None:
|
||||
self.logger.warn(
|
||||
self.logger.warning(
|
||||
f"put_profile_rating_{rating_type}: Could not insert rating entries, aime_id: {aime_id}",
|
||||
)
|
||||
return
|
||||
|
Reference in New Issue
Block a user