1
0

commands: version_info: include python version/path

This commit is contained in:
SomberNight
2023-06-02 21:47:04 +00:00
parent 9b1fb0e5fe
commit 98f240d6cd

View File

@@ -585,6 +585,8 @@ class Commands:
ret = {
"electrum.version": ELECTRUM_VERSION,
"electrum.path": os.path.dirname(os.path.realpath(__file__)),
"python.version": sys.version,
"python.path": sys.executable,
}
# add currently running GUI
if self.daemon and self.daemon.gui_object: