Skip to content

Commit 98e407a

Browse files
committed
ci: tentative fix
1 parent 9c72670 commit 98e407a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def main():
5252
machine_file = None
5353
license_file = None
5454

55-
if args.fingerprint is None:
55+
if args.fingerprint is None: # If fingerprint is not provided, get it from the system
5656
serial_number = get_serial_number()
5757
if not serial_number:
5858
print("Unable to get serial number. Is your system compatible? Compatible systems : Windows, Linux")

0 commit comments

Comments
 (0)