mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-05 04:29:25 +01:00
some more commits, extras.html, config.html (bad layout), otherstuff, changed log levels
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
%>
|
||||
%if out_tuple:
|
||||
<%
|
||||
if out_tuple[1] == 'WARNING' or out_tuple[1] == 'ERROR':
|
||||
if out_tuple[1] == 'DEBUG':
|
||||
continue
|
||||
elif out_tuple[1] == 'WARNING' or out_tuple[1] == 'ERROR':
|
||||
grade = 'X'
|
||||
else:
|
||||
grade = 'Z'
|
||||
|
||||
Reference in New Issue
Block a user