Skip to content

Commit

Permalink
Fix __main__ (#61)
Browse files Browse the repository at this point in the history
Fix refactory gone bad.
  • Loading branch information
adri0 authored Feb 18, 2024
1 parent 324b79b commit 782c9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion investd/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def quotes_cmd(start: Optional[str], end: Optional[str], symbols: Optional[str])


def main() -> None:
init_dirs()
config.init_dirs()
try:
cli()
except InvestdException as exc:
Expand Down

0 comments on commit 782c9e3

Please sign in to comment.