Turing311 commited on
Commit
401d6cd
1 Parent(s): b1302dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: