Skip to content

Commit fa13855

Browse files
authored
Update message (#54)
1 parent be2294b commit fa13855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite_export_for_ynab/_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ async def sync(token: str, db: Path, full_refresh: bool) -> None:
157157
and not any(t["transactions"] for t in all_txn_data)
158158
and not any(s["scheduled_transactions"] for s in all_sched_txn_data)
159159
):
160-
print("No data fetched")
160+
print("No new data fetched")
161161
else:
162162
print("Inserting budget data...")
163163
insert_budgets(cur, budgets, new_lkos)

0 commit comments

Comments
 (0)