Skip to content

Commit

Permalink
fix formatting for main() in decomp_tot
Browse files Browse the repository at this point in the history
  • Loading branch information
BJNFNE authored Feb 18, 2025
1 parent cc3a395 commit 233833d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/boozook/codex/decomp_tot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1571,11 +1571,4 @@ def on_all_file(scfa):
if __name__ == '__main__':
args = menu()

main(
args.directory,
False,
args.totfiles,
args.lang,
args.keys,
args.exported,
)
main(args.directory, False, args.totfiles, args.lang, args.keys, args.exported)

0 comments on commit 233833d

Please sign in to comment.