Skip to content

Commit

Permalink
🔨 Fix checkup Nier path bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Arekushi committed Nov 23, 2023
1 parent 9d08f82 commit 8db54a8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ def main():
import src.commands.translation_manager.manager as manager
import src.commands.translation_builder.builder as builder

app = typer.Typer(
callback=check_nier_path
)

app = typer.Typer()
app.add_typer(manager.app, name='manager')
app.add_typer(builder.app, name='builder')

Expand All @@ -19,4 +16,5 @@ def main():


if __name__ == '__main__':
check_nier_path()
main()

0 comments on commit 8db54a8

Please sign in to comment.