chore: totally fix lint issues

This commit is contained in:
mokurin000
2025-07-29 17:07:34 +08:00
parent ae6a4d1cf4
commit cb599c5f35
11 changed files with 358 additions and 245 deletions

View File

@@ -35,7 +35,7 @@ def isNewMusicType(userId, musicId, level) -> str:
):
logger.info(f"We think {musicId} Level {level} should use EDIT.")
return "0"
except:
except Exception:
return "1"