Skip to content

Commit

Permalink
[Fix]Modifying arguments.
Browse files Browse the repository at this point in the history
in resources_generate_musictable.py.
  • Loading branch information
kaktuswald committed Apr 3, 2024
1 parent a1e7b6b commit a84d8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources_generate_musictable.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def generate_musictable():

arcadedata = load_arcade_scorefiles(report)

load_musiclist(table, table, versions.keys())
load_musiclist(report, table, versions.keys())

filenametest(table)

Expand Down

0 comments on commit a84d8ba

Please sign in to comment.