Skip to content

Commit ac24afb

Browse files
cclaussdcramer
authored andcommitted
Update reports.py
1 parent cbe5779 commit ac24afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/tasks/reports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def prepare_project_usage_summary(start_stop, project):
303303

304304

305305
def get_calendar_range(ignore_stop_time, months):
306-
_, stop = ignore_stop
306+
_, stop_time = ignore_stop_time
307307
assert (
308308
stop_time.hour, stop_time.minute, stop_time.second, stop_time.microsecond, stop_time.tzinfo,
309309
) == (0, 0, 0, 0, pytz.utc)

0 commit comments

Comments
 (0)