chore: totally fix lint issues
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user