Fix previous commit

This commit is contained in:
cuom1999 2023-03-07 01:31:55 -06:00
parent 92e2b45ada
commit 2822f7acaf
2 changed files with 0 additions and 3 deletions

View file

@ -90,7 +90,6 @@ class InternalRequestTime(ListView, InternalView, RequestTimeMixin):
"time": 0,
"count": 0,
"url_name": url_name,
"pattern": reverse(url_name) if url_name else None,
}
old_sum = table[url_name]["time"] * table[url_name]["count"]
table[url_name]["count"] += 1