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': 'đŸŽŦ'},