Skip to content

Commit

Permalink
fix: call init_logger() (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
34j authored Mar 18, 2023
1 parent 6b5b47d commit e6378f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/so_vits_svc_fork/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ def init_logger() -> None:
LOG.debug("Test mode is on.")


init_logger()

LOG = getLogger(__name__)


Expand Down

0 comments on commit e6378f1

Please sign in to comment.