--- a/viewer.py Mon May 04 18:16:54 2015 +0800
+++ b/viewer.py Tue May 05 23:19:13 2015 +0800
matches = regex.findall(line)
- rows = self.conn.execute('SELECT mark, time FROM results WHERE node = ?', (match,))
+ rows = self.conn.execute(
+ 'SELECT mark, time FROM results WHERE node = ? AND cache = ?',
msg.append('{}: {:.2g}s'.format(*row))
line = line.replace(match, ' '.join(msg))