CODE: Update main loop to reflect the template change in 34b71ba
.
This commit is contained in:
parent
cc8c03ab62
commit
fa35a70f9f
1 changed files with 1 additions and 1 deletions
2
CODE.rst
2
CODE.rst
|
@ -88,7 +88,7 @@ At a high level, import2ledger handles each input file this way::
|
||||||
for hook in all_hooks:
|
for hook in all_hooks:
|
||||||
hook.run(entry_data)
|
hook.run(entry_data)
|
||||||
if entry_data:
|
if entry_data:
|
||||||
template.render(**entry_data)
|
template.render(entry_data)
|
||||||
|
|
||||||
Note in particular that multiple importers can handle the same input file. This helps support inputs like Patreon's earnings CSV, where completely different transactions are generated from the same source.
|
Note in particular that multiple importers can handle the same input file. This helps support inputs like Patreon's earnings CSV, where completely different transactions are generated from the same source.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue