ask kind which is always 1byte

This commit is contained in:
Nikos Kouremenos 2005-12-14 14:12:38 +00:00
parent 40eb7858a4
commit b21424e1fa
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ class Logger:
# just ask one row to see if we have sth for this date
self.cur.execute('''
SELECT log_line_id FROM logs
SELECT kind FROM logs
WHERE jid_id = %d
AND time BETWEEN %d AND %d
AND kind NOT IN (%d, %d)