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 1dc3c51 commit ede8b39Copy full SHA for ede8b39
main.py
@@ -17,7 +17,6 @@
17
def get_serial_number():
18
try:
19
system = platform.system()
20
- print(system)
21
if system == 'Windows':
22
return platform.win32_machineserial()
23
elif system == 'Linux':
0 commit comments