docs update

This commit is contained in:
Bram Barbieri
2024-04-05 13:20:25 +02:00
parent 048d6ff8ea
commit 2f230ebfb3

View File

@@ -71,7 +71,6 @@ The MAC address is then taken and turned into a tuple. This is done because the
#make a tuple of the MAC by placing a comma.
MACTuple = (processedMAC,)
```
Coming back to the previous lines of code, the data which was first asked for is now gathered and put into an array.
This array is then examined, and all the data is compared to the newly obtained MAC address.