From 6768bd748fd01968702bcd32eff43254442d1d59 Mon Sep 17 00:00:00 2001 From: Hashblen Date: Sun, 31 Dec 2023 17:58:52 +0100 Subject: [PATCH] small fix for generated file to be accpeted by paimon.moe --- main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.py b/main.py index 3ff0afd..3f2afdd 100644 --- a/main.py +++ b/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