da riced headers workan :3

This commit is contained in:
2026-04-27 03:13:55 -06:00
parent 1470d0f722
commit afc1742c2e
3 changed files with 4 additions and 3 deletions
@@ -21,7 +21,7 @@ header="\n\n${pink} ____ ______ _______ _______ _______ _______ _______
clear clear
echo -e "$header" echo -e "$header"
echo "Listening for police..." echo "Listening for Police..."
send_discord_webhook() { send_discord_webhook() {
webhook_url="$(cat \"$webhook_file\")" webhook_url="$(cat \"$webhook_file\")"
+1 -1
View File
@@ -33,7 +33,7 @@ VENDOR_PREFIXES = ['00:25:DF', '00:58:28', '00:C0:D4', '84:70:03', 'C0:1C:6A', '
async def main(): async def main():
os.system('cls' if os.name == 'nt' else 'clear') # clear the console os.system('cls' if os.name == 'nt' else 'clear') # clear the console
print(header) print(header)
print("Scanning forPolice...") print("Scanning for Police...")
while True: while True:
try: try:
devices = await BleakScanner.discover() devices = await BleakScanner.discover()
+2 -1
View File
@@ -1,2 +1,3 @@
requests requests
bleak bleak
rich