mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-04 12:07:58 +00:00
Fix discostatus typo hiding records from the unidentified filter
This commit is contained in:
@@ -895,7 +895,7 @@ async def detected(info):
|
||||
rechecktime = util.monotonic_time() + 300
|
||||
rechecker = tasks.spawn_task_after(300, _periodic_recheck, cfg)
|
||||
unknown_info[info['hwaddr']] = info
|
||||
info['discostatus'] = 'unidentfied'
|
||||
info['discostatus'] = 'unidentified'
|
||||
#TODO, spawn after to recheck sooner, or somehow else
|
||||
# influence periodic recheck to shorten delay?
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user