justin2341 commited on
Commit
8fc3092
·
verified ·
1 Parent(s): 32de612

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ license = os.environ.get("LICENSE")
19
 
20
  # Check if the variable exists
21
  if license is not None:
22
- print("Value of LICENSE:", license)
23
  else:
24
  license = ""
25
  try:
 
19
 
20
  # Check if the variable exists
21
  if license is not None:
22
+ print("Value of LICENSE:")
23
  else:
24
  license = ""
25
  try: