From d165f566dea2ad08b4051a0a670dec0aae795b48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Murta?= Date: Fri, 4 Dec 2020 22:52:57 +0000 Subject: [PATCH] Bump month to last November --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 0de06e0..e42947f 100644 --- a/main.py +++ b/main.py @@ -141,7 +141,7 @@ if __name__ == "__main__": Tr.write_transactions("transactions.csv", transactions) monthly_transactions = transactions.get_transactions_by_month( - start=date(2020, 1, 1), end=date(2020, 8, 31) + start=date(2020, 1, 1), end=date(2020, 11, 30) ) monthly_transactions_by_cat = [] for month_transactions in monthly_transactions.values():