mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Not hitting a db shouldnt be colored any differently than a small value.
This commit is contained in:
parent
0bae64e6fd
commit
b1de95dd20
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@ class DumpRequestMiddleware:
|
|||
color = '~SB~FR'
|
||||
elif seconds > .1:
|
||||
color = '~FW'
|
||||
elif seconds == 0:
|
||||
color = '~FK'
|
||||
# elif seconds == 0:
|
||||
# color = '~FK~SB'
|
||||
return color
|
||||
|
||||
def __init__(self, get_response=None):
|
||||
|
|
Loading…
Add table
Reference in a new issue