mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 06:05:58 -06:00
fix: platform.dist is no longer part of the std lib
This commit is contained in:
parent
2de20db7fb
commit
1d00a931ae
1 changed files with 0 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue