Update main.py
Browse files
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 |
-
|
|
|
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 |
"""
|