Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim137 committed Nov 1, 2023
2 parents ded1280 + e2697b7 commit bb298c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paifulogger/src/log_into_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def log_into_csv(paifu: Paifu, local_str: local_str, output: str):
local_str.preR,
]
)
df = pd.read_csv(path, index_col=0)
df = pd.read_csv(path, index_col=0, encoding="utf-8")
writer.writerow(
[
df.shape[0],
Expand Down

0 comments on commit bb298c9

Please sign in to comment.