Add calculated duration to database

Calculated duration added rather than placeholder
This commit is contained in:
George Lacey 2016-09-21 10:03:50 +01:00
parent 4f682a3b31
commit 9e1c46f4d4

View File

@ -42,6 +42,6 @@ class Database(object):
(log_entry.name, (log_entry.name,
log_entry.fingerprint, log_entry.fingerprint,
log_entry.datetime_string(), log_entry.datetime_string(),
"1", log_entry.duration,
log_entry.file_count)) log_entry.file_count))
self.conn.commit() self.conn.commit()