From a7b9f3225aed5021a39706316548ade52523e3a6 Mon Sep 17 00:00:00 2001 From: jae Date: Fri, 3 Apr 2026 00:24:42 +0000 Subject: [PATCH] fix: developer-tools category mapping in sync script --- api/contraband_sync.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/contraband_sync.py b/api/contraband_sync.py index ca5e8a1..14a9f11 100644 --- a/api/contraband_sync.py +++ b/api/contraband_sync.py @@ -25,6 +25,7 @@ CATEGORY_MAP = { 'downloading': {'code': 'CRT-007', 'name': 'DOWNLOADING', 'icon': 'âŦ‡ī¸'}, 'educational': {'code': 'CRT-008', 'name': 'EDUCATIONAL', 'icon': '🎓'}, 'dev-tools': {'code': 'CRT-009', 'name': 'DEV TOOLS', 'icon': 'âš™ī¸'}, + 'developer-tools': {'code': 'CRT-009', 'name': 'DEV TOOLS', 'icon': 'âš™ī¸'}, 'gaming-tools': {'code': 'CRT-010', 'name': 'GAMING TOOLS', 'icon': 'đŸ•šī¸'}, 'image-tools': {'code': 'CRT-011', 'name': 'IMAGE TOOLS', 'icon': 'đŸ–ŧī¸'}, 'video-tools': {'code': 'CRT-012', 'name': 'VIDEO TOOLS', 'icon': 'đŸŽŦ'},