We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac05bd commit 18ea928Copy full SHA for 18ea928
keyauth.py
@@ -301,7 +301,7 @@ class others:
301
@staticmethod
302
def get_hwid():
303
if platform.system() != "Windows":
304
- return "None"
+ return subprocess.Popen('hal-get-property --udi /org/freedesktop/Hal/devices/computer --key system.hardware.uuid'.split())
305
306
cmd = subprocess.Popen(
307
"wmic useraccount where name='%username%' get sid", stdout=subprocess.PIPE, shell=True)
0 commit comments