nschloe / tiptop

:desktop_computer: Command-line system monitoring
MIT License
1.77k stars 70 forks source link

Fix missing version_id by making it optional #23

Closed flxai closed 3 years ago

flxai commented 3 years ago

Hi @nschloe ,

fixed a bug for distros that do not have "version_id" in distro.os_release_info().keys(), e.g. Arch Linux. Changes might not adhere to your code style, so please check if that's okay for you.

nschloe commented 3 years ago

Thanks!