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 9c72670 commit 98e407aCopy full SHA for 98e407a
main.py
@@ -52,7 +52,7 @@ def main():
52
machine_file = None
53
license_file = None
54
55
- if args.fingerprint is None:
+ if args.fingerprint is None: # If fingerprint is not provided, get it from the system
56
serial_number = get_serial_number()
57
if not serial_number:
58
print("Unable to get serial number. Is your system compatible? Compatible systems : Windows, Linux")
0 commit comments