Skip to content

Commit

Permalink
fix: intergrate needs_update into bean-download cli
Browse files Browse the repository at this point in the history
  • Loading branch information
redstreet committed Aug 28, 2023
1 parent d07c765 commit 4ff7e23
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions beancount_reds_importers/util/bean_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import os
import tabulate
import tqdm
import beancount_reds_importers.util.needs_update as needs_update


@click.group(cls=ClickAliasedGroup)
Expand All @@ -17,8 +18,8 @@ def cli():
Multi-threaded."""
pass

# from needs_update import accounts_needing_updates
# cli.add_command(accounts_needing_updates)

cli.add_command(needs_update.accounts_needing_updates)


def readConfigFile(configfile):
Expand Down

0 comments on commit 4ff7e23

Please sign in to comment.