diff --git a/code/pep-stats-report/main.py b/code/pep-stats-report/main.py index 25aeb4c..3608766 100644 --- a/code/pep-stats-report/main.py +++ b/code/pep-stats-report/main.py @@ -565,10 +565,8 @@ if __name__ == '__main__': client = create_clickhouse_client() - # last_year, last_month = get_report_year_month() - # start_time, end_time = get_report_start_end() - last_year, last_month = 2023, 11 - start_time, end_time = '2023-11-01', '2023-12-01' + last_year, last_month = get_report_year_month() + start_time, end_time = get_report_start_end() qs1 = db_helper.querystring_procinst_by_user(start_time, end_time) procinst_by_user = client.execute(qs1)