Add calculated duration to database
Calculated duration added rather than placeholder
This commit is contained in:
parent
4f682a3b31
commit
9e1c46f4d4
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user