From abc5ea3cb0ac4c654b52b63791911e01b157a4ad Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Mon, 27 Apr 2026 00:45:08 -0600 Subject: [PATCH] thereeee we go i think thaaaat'll doooo it --- implementations/Python3/DREAMMAKER.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/Python3/DREAMMAKER.py b/implementations/Python3/DREAMMAKER.py index 473f8db..ee6bb8e 100644 --- a/implementations/Python3/DREAMMAKER.py +++ b/implementations/Python3/DREAMMAKER.py @@ -18,7 +18,7 @@ async def main(): devices = await BleakScanner.discover() filtered_devices = [device for device in devices if any(device.address.upper().startswith(prefix) for prefix in VENDOR_PREFIXES)] if filtered_devices: - now = datetime.now().strftime("%Y-%m-%d %H:%M:%S.%f %z %f %F")[:-3] # includes miliseconds + now = datetime.now().strftime("%Z %Y-%m-%d %H:%M:%S.%fF")[:-3] # includes miliseconds webhook_payload = { "content": f"{discord_tag_role} VLAT HAS BEEN SPOTTED MAC: {filtered_devices[0].address} TIME: {now}" }