Added financial-helper

This commit is contained in:
Kevin Veen-Birkenbach
2025-03-04 13:53:25 +01:00
parent e807d8030d
commit 1ff0347d4a
2 changed files with 11 additions and 2 deletions

View File

@@ -312,7 +312,7 @@ def interactive_add(config):
if __name__ == "__main__":
# Load configuration
config = load_config(CONFIG_PATH)
base_dir = config["base"]
base_dir = os.path.expanduser(config["base"])
all_repos_list = config["repos"]
parser = argparse.ArgumentParser(description="Package Manager")