MohammedAH commited on
Commit
04990ec
·
verified ·
1 Parent(s): 846d7a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ app.config['ALLOWED_EXTENSIONS'] = {'jpg', 'jpeg', 'png'}
32
  app.config['OPENROUTER_MODEL'] = 'openai/gpt-oss-120b'
33
  BASE_DIR = os.path.dirname(os.path.abspath(__file__))
34
 
35
- with app.app_contet():
36
  init_db()
37
 
38
 
 
32
  app.config['OPENROUTER_MODEL'] = 'openai/gpt-oss-120b'
33
  BASE_DIR = os.path.dirname(os.path.abspath(__file__))
34
 
35
+ with app.app_context():
36
  init_db()
37
 
38