mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-26 02:31:36 +03:00
Can't export data to a CSV file in Client/Server mode (issue #1023)
This commit is contained in:
parent
2f7a61ded3
commit
1b775a0536
1
NEWS
1
NEWS
@ -8,6 +8,7 @@ Version 2.8.1
|
||||
Bugs corrected:
|
||||
|
||||
* Glances export issue with CPU and SENSORS (issue #1024)
|
||||
* Can't export data to a CSV file in Client/Server mode (issue #1023)
|
||||
* Autodiscover error while binding on IPv6 addresses (issue #1002)
|
||||
* GPU plugin is display when hitting '4' or '5' shortkeys (issue #1012)
|
||||
* Interrupts and usb_fiq (issue #1007)
|
||||
|
@ -59,7 +59,7 @@ class Plugin(GlancesPlugin):
|
||||
|
||||
Export uptime in seconds.
|
||||
"""
|
||||
return {'seconds': self.uptime.seconds}
|
||||
return {'seconds': self.uptime.second}
|
||||
|
||||
@GlancesPlugin._check_decorator
|
||||
@GlancesPlugin._log_result_decorator
|
||||
|
Loading…
Reference in New Issue
Block a user