tariqbuilds / linux-dash

A beautiful web dashboard for Linux
https://afaqurk.github.io/linux-dash/
MIT License
10.4k stars 1.2k forks source link

memory_info json fix #492

Closed Jordybeer closed 4 years ago

Jordybeer commented 4 years ago

memory_info didn't load correctly because the json placed a comma after every entry which is fine, but it also placed one after the final entry, so the values couldn't load.

I added another value after the final comma.

After doing this memory_info now correctly displays information.

I run it with python.