diff --git a/docs/rpi-documentation/Databaseconnection.md b/docs/rpi-documentation/Databaseconnection.md index d239f19..bc0c7ea 100644 --- a/docs/rpi-documentation/Databaseconnection.md +++ b/docs/rpi-documentation/Databaseconnection.md @@ -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.