stop devParentMAC overwrite if specified #1021
Some checks failed
URL Path Check / check-url-paths (push) Has been cancelled
docker / docker_dev (push) Has been cancelled
Deploy MkDocs / deploy (push) Has been cancelled

This commit is contained in:
jokob-sk
2025-03-23 15:24:47 +11:00
parent 393904c91f
commit 3b869f5365

View File

@@ -66,7 +66,7 @@ def process_scan (db):
# Clear current scan as processed
# 🐛 CurrentScan DEBUG: comment out below when debugging to keep the CurrentScan table after restarts/scan finishes
# db.sql.execute ("DELETE FROM CurrentScan")
db.sql.execute ("DELETE FROM CurrentScan")
# Commit changes
db.commitDB()