Skip to content
Snippets Groups Projects
Commit b21424e1 authored by nkour's avatar nkour
Browse files

ask kind which is always 1byte

parent 40eb7858
No related branches found
No related tags found
No related merge requests found
......@@ -370,7 +370,7 @@ def date_has_logs(self, jid, year, month, day):
# 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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment