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:
parent
f694a67b2d
commit
2aec216e66
2 changed files with 29 additions and 13 deletions
9
.vscode/launch.json
vendored
9
.vscode/launch.json
vendored
|
|
@ -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/"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue