Fix previous commit
This commit is contained in:
parent
92e2b45ada
commit
2822f7acaf
2 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue