bitwarden

This commit is contained in:
jaydee
2024-11-19 18:04:04 +01:00
parent 0f78a61e46
commit 6c5360653d

View File

@@ -29,7 +29,7 @@ stats = {}
VERSION = "1.0.34" VERSION = "1.0.34"
curos = platform.system() curos = platform.system()
host = platform.node().lower() host = platform.node().lower().replace(".home.lan","")
print(host) print(host)
if curos == "Windows": if curos == "Windows":
import winreg import winreg