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)