Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nimarion committed Jul 29, 2024
1 parent 37ef00a commit 6ff86d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
font_file = args.font
footer_file = args.footer
create_duplicate = args.create_duplicate
create_pdf = args.pdf
create_pdf = args.create_pdf

df = pd.read_csv(data_file, sep=args.seperator)

Expand Down

0 comments on commit 6ff86d2

Please sign in to comment.