justin2341 commited on
Commit
c5c2e95
1 Parent(s): f9c4fce

Update app.py

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