From d57293d404fb78d4e9db7c367b835e639ee5494c Mon Sep 17 00:00:00 2001 From: Watchful1 Date: Sun, 7 Jan 2024 10:47:07 -0800 Subject: [PATCH] Oops --- personal/combine/build_month.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/personal/combine/build_month.py b/personal/combine/build_month.py index 88f005d..3413f36 100644 --- a/personal/combine/build_month.py +++ b/personal/combine/build_month.py @@ -60,7 +60,7 @@ if __name__ == "__main__": total_objects = 0 total_bytes = 0 minute_iterator = month - if month == 12: + if month.month == 12: end_time = month.replace(year=month.year + 1, month=1) else: end_time = month.replace(month=month.month + 1)