da riced headers workan :3
This commit is contained in:
@@ -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\")"
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
requests
|
requests
|
||||||
bleak
|
bleak
|
||||||
|
rich
|
||||||
Reference in New Issue
Block a user