fix: platform.dist is no longer part of the std lib

This commit is contained in:
ziirish 2023-04-10 18:50:26 +02:00
parent 2de20db7fb
commit 1d00a931ae

View file

@ -1380,8 +1380,6 @@ def sysinfo(verbose, load):
platform.system(), platform.release(), os.name
)
)
if platform.system() == "Linux":
log("Distribution: {} {} {}".format(*platform.dist()))
log("Single mode: {}".format(app.config["STANDALONE"]))
log("Backend: {}".format(backend))
log(