autosort: Fix typo in function name
This commit is contained in:
parent
ed668a1348
commit
f9967bad71
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ def command(profile, dry_run, verbose):
|
|||
|
||||
print(f"Automatically matched {len(new)} transactions")
|
||||
if not dry_run:
|
||||
session.bulk_save_object(new)
|
||||
session.bulk_save_objects(new)
|
||||
session.commit()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue