justin2341 commited on
Commit
6d572ad
1 Parent(s): 1d0eaac

Update app.py

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