springwater commited on
Commit
baba898
·
verified ·
1 Parent(s): 0852c3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import os
5
  import sys
6
  import json
7
 
8
- api_key = os.getenv('API_KEY')
9
 
10
  def exception_handler(exception_type, exception, traceback):
11
  print(f"{exception_type.__name__}: {exception}")
 
5
  import sys
6
  import json
7
 
8
+ OPEN_API_KEY = OPEN_API_KEY_input
9
 
10
  def exception_handler(exception_type, exception, traceback):
11
  print(f"{exception_type.__name__}: {exception}")