mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-13 19:39:08 -04:00
No boring message if Batinfo is not found...
This commit is contained in:
@@ -92,7 +92,7 @@ class glancesGrabBat:
|
||||
self.bat_list = []
|
||||
self.update()
|
||||
except Exception as e:
|
||||
print(_("Warning: Can not grab batterie sensor. Missing BatInfo lib (%s).") % e)
|
||||
# print(_("Warning: Can not grab batterie sensor. Missing BatInfo lib (%s).") % e)
|
||||
self.initok = False
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user