🔌 Omada work #708

This commit is contained in:
jokob-sk
2024-07-06 10:02:33 +10:00
parent 6db9cd2f61
commit 75bcf42225
4 changed files with 13 additions and 11 deletions

View File

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