small fix for generated file to be accpeted by paimon.moe
This commit is contained in:
parent
29e594769e
commit
6768bd748f
3
main.py
3
main.py
|
@ -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
|
||||
|
|
Reference in New Issue