ambon commited on
Commit
1fa2e03
·
verified ·
1 Parent(s): 2ba187b

Update update.py

Browse files
Files changed (1) hide show
  1. update.py +2 -1
update.py CHANGED
@@ -23,4 +23,5 @@ data_dir = "/tmp/langs"
23
 
24
  if not os.path.exists(data_dir):
25
  os.makedirs(data_dir)
26
- asyncio.run(update_genshin())
 
 
23
 
24
  if not os.path.exists(data_dir):
25
  os.makedirs(data_dir)
26
+ asyncio.run(update_genshin())
27
+ print("Finished update")