PiHole testing and fixing

This commit is contained in:
Data-Monkey
2023-06-05 15:40:32 +10:00
parent 5d0804639c
commit 55ed3c4ae0
2 changed files with 15 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ def query_MAC_vendor (pMAC):
grep_output = subprocess.check_output (grep_args)
except subprocess.CalledProcessError as e:
# An error occured, handle it
mylog('none', [e.output])
mylog('none', ["[Mac Vendor Check] Error: ", e.output])
grep_output = " There was an error, check logs for details"
# Return Vendor