From e0799384e2c3c7a422368ccf5781814bebf1c87e Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 25 Apr 2026 15:31:56 -0600 Subject: [PATCH] god help me i fucking hate python I HATE IT --- implementations/Python3/DREAMMAKER.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/implementations/Python3/DREAMMAKER.py b/implementations/Python3/DREAMMAKER.py index 8e4d0a8..64d522d 100644 --- a/implementations/Python3/DREAMMAKER.py +++ b/implementations/Python3/DREAMMAKER.py @@ -47,10 +47,10 @@ def send_discord_notification(vendor_id, rssi=None): # Format the message vendor_names = { - 0x004C: "Apple", - 0x0006: "Microsoft", - 0x0059: "Nordic Semiconductor", - 0x0499: "Texas Instruments" + 0x0025DF: "Axon Enterprise, Inc.", + 0x005828: "Unknown Vendor", + 0x00C0D4: "Unknown Vendor", + 0x847003: "Unknown Vendor" } vendor_name = vendor_names.get(vendor_id, f"Unknown (0x{vendor_id:04X})")