Iwak commited on
Commit
5fb1c7e
·
1 Parent(s): a0da793
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -11,7 +11,7 @@ enka_update = EnkaNetworkAPI()
11
 
12
  async def update_genshin():
13
  async with enka_update:
14
- await enka_update.update_assets(lang = ["EN"])
15
 
16
  app = Flask(__name__)
17
 
 
11
 
12
  async def update_genshin():
13
  async with enka_update:
14
+ await enka_update.update_assets(lang = ["EN"], path="/tmp/Enkacard")
15
 
16
  app = Flask(__name__)
17