Pull the account name from the db so it can process multiple accounts. Change print statements to proper logging statements

This commit is contained in:
2022-01-13 14:14:25 +10:00
parent f694a67b2d
commit 2aec216e66
2 changed files with 29 additions and 13 deletions

9
.vscode/launch.json vendored
View File

@@ -10,7 +10,14 @@
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": false
"justMyCode": false,
"env": {
"DB_HOST": "192.168.0.2",
"DB_PORT": "27017",
"DB_NAME": "hsbc_converter",
"DB_COL": "imported_transactions",
"WATCH_DIR": "/mnt/d/tmp/hsbc/"
}
}
]
}