mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-05 01:31:49 -07:00
BE: Removal of debug code taht was causing devices to appear online #1489
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
@@ -103,7 +103,7 @@ def process_scan(db):
|
|||||||
|
|
||||||
# Clear current scan as processed
|
# Clear current scan as processed
|
||||||
# 🐛 CurrentScan DEBUG: comment out below when debugging to keep the CurrentScan table after restarts/scan finishes
|
# 🐛 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")
|
||||||
|
|
||||||
# re-broadcast unread notifiation count to update FE
|
# re-broadcast unread notifiation count to update FE
|
||||||
update_unread_notifications_count()
|
update_unread_notifications_count()
|
||||||
|
|||||||
Reference in New Issue
Block a user