small fix for generated file to be accpeted by paimon.moe

This commit is contained in:
Hashblen 2023-12-31 17:58:52 +01:00
parent 29e594769e
commit 6768bd748f
1 changed files with 3 additions and 0 deletions

View File

@ -155,6 +155,9 @@ def generate_history():
fill_history(wb, banners, reversed(genshin_wish_history['history']))
# Information sheet needs to have "Paimon.moe Wish History Export" in A1 or the improt fails according to paimon.moe's source code
wb['Information']['A1'] = 'Paimon.moe Wish History Export'
wb.save('generated_history.xlsx')
return