From e9637c94de69fe57d201e0acbd8e034377bfb551 Mon Sep 17 00:00:00 2001 From: phantomlan Date: Sat, 21 Oct 2023 20:35:46 +0200 Subject: [PATCH] update dx.py --- titles/mai2/dx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/titles/mai2/dx.py b/titles/mai2/dx.py index 7815e82..e373649 100644 --- a/titles/mai2/dx.py +++ b/titles/mai2/dx.py @@ -552,7 +552,7 @@ class Mai2DX(Mai2Base): music_detail_list = [] if user_id <= 0: - self.logger.warn("handle_get_user_music_api_request: Could not find userid in data, or userId is 0") + self.logger.warning("handle_get_user_music_api_request: Could not find userid in data, or userId is 0") return {} songs = self.data.score.get_best_scores(user_id)