stop devParentMAC overwrite if specified #1021

This commit is contained in:
jokob-sk
2025-03-23 15:12:07 +11:00
parent 8d9a4d23d1
commit 393904c91f
2 changed files with 10 additions and 6 deletions

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()