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
261            else:
262                logger.warning("初始化emoji失败")
263
264    # check_init()265    with Image.new("RGB", (550, 80), (255, 255, 255)) as image:
266        font = ImageFont.truetype("arial.ttf", 24)
267