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:
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/"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user