mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Revert "prepopulate last completed dict"
This reverts commit 310711b4e47568adca955d95386da832c4840f3e.
This commit is contained in:
@ -293,7 +293,7 @@ def poll_worker():
|
||||
|
||||
thread_stats = {}
|
||||
for i in range(0, amount_of_workers):
|
||||
thread_stats[i] = {'last_completed_poll', 0}
|
||||
thread_stats[i] = {}
|
||||
t = threading.Thread(target=poll_worker)
|
||||
t.name = i
|
||||
t.daemon = True
|
||||
|
Reference in New Issue
Block a user