maybe this was right?

This commit is contained in:
2026-05-03 04:56:59 -04:00
parent f2fe63c944
commit e23182f040
+1 -1
View File
@@ -205,7 +205,7 @@ def draw_logo(canvas, img, x, y):
for px in range(img.width):
for py in range(img.height):
r, g, b = img.getpixel((px, py))
canvas.SetPixel(x + px, y + py, b, g, r) # bgr panels
canvas.SetPixel(x + px, y + py, r, g, b) # bgr panels
# --- Fetch scores ---
def get_scores(sport, league):