fix logos path

This commit is contained in:
2026-05-02 21:09:55 -04:00
parent 5de51908b8
commit 089525cb90
+1 -1
View File
@@ -38,7 +38,7 @@ grey = graphics.Color(180, 180, 180)
sabres_blue = graphics.Color(0, 135, 48) sabres_blue = graphics.Color(0, 135, 48)
sabres_gold = graphics.Color(252, 20, 210) sabres_gold = graphics.Color(252, 20, 210)
LOGO_DIR = "/home/alex/logos" LOGO_DIR = "/usr/local/share/logos"
SABRES_ABBR = "BUF" SABRES_ABBR = "BUF"
# --- Logo cache --- # --- Logo cache ---