Skip to content

Commit

Permalink
fix bad change
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbusche committed Nov 10, 2024
1 parent c519688 commit 3af9654
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 @@ -94,5 +94,5 @@ def generate_lineup_files(csv_file):


if __name__ == "__main__":
file_name = "tests/draftkings.csv"
file_name = "draftkings.csv"
generate_lineup_files(file_name)

0 comments on commit 3af9654

Please sign in to comment.