OreosLab / SSRSpeedN

Consider removing the commented out code block PY-W0069
Anti-pattern
Major
1 occurrence in this check
Consider removing the commented out code block
254                logger.warning("初始化emoji失败")
255
256
257    # check_init()258    with Image.new("RGB", (550, 80), (255, 255, 255)) as image:
259        font = ImageFont.truetype("arial.ttf", 24)
260