bug: Fix missing component list refresh (#361)

This commit is contained in:
Clement Tsang 2020-12-17 14:38:41 -08:00 committed by GitHub
parent 4471ecc161
commit 061cdb913b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -145,6 +145,11 @@ impl DataCollector {
}
}
// Refresh components list once...
if self.widgets_to_harvest.use_temp {
self.sys.refresh_components_list();
}
// trace!("Running first run.");
futures::executor::block_on(self.update_data());
// trace!("First run done. Sleeping for 250ms...");