ambon commited on
Commit
9ea7cfa
·
verified ·
1 Parent(s): 1dce11f

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -107,7 +107,8 @@ async def update_genshin():
107
  async with enka_update:
108
  await enka_update.update_assets(lang=["EN"], path="/tmp")
109
 
110
- with app.app_context():
 
111
  """
112
  Run update_genshin before handling the first request.
113
  """
 
107
  async with enka_update:
108
  await enka_update.update_assets(lang=["EN"], path="/tmp")
109
 
110
+ @app.before_serving
111
+ def updet():
112
  """
113
  Run update_genshin before handling the first request.
114
  """