FrostyX / tracer

Tracer finds outdated running applications in your system
GNU General Public License v2.0
82 stars 24 forks source link

Use distro.id() instead of platform.linux_distribution() #176

Closed FrostyX closed 3 years ago

FrostyX commented 3 years ago

Fix #175

We also needed to rename all variables named distro to not shadow the imported module name.

FrostyX commented 3 years ago

Thank you for the review @jelly