Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ licensePath = "license.txt"
|
|
15 |
license = ""
|
16 |
|
17 |
machineCode = getMachineCode()
|
18 |
-
print("machineCode: ", machineCode.decode('utf-8'))
|
19 |
|
20 |
try:
|
21 |
with open(licensePath, 'r') as file:
|
|
|
15 |
license = ""
|
16 |
|
17 |
machineCode = getMachineCode()
|
18 |
+
# print("machineCode: ", machineCode.decode('utf-8'))
|
19 |
|
20 |
try:
|
21 |
with open(licensePath, 'r') as file:
|