From 2f230ebfb39cfe2c45bb6ccedc2f74876e93cf2f Mon Sep 17 00:00:00 2001 From: Bram Barbieri Date: Fri, 5 Apr 2024 13:20:25 +0200 Subject: [PATCH] docs update --- docs/rpi-documentation/Databaseconnection.md | 1 - 1 file changed, 1 deletion(-) 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.