Convert the atime to float in HistoryEntry.
This commit is contained in:
parent
0b975db4dd
commit
9ee19be70d
@ -40,7 +40,7 @@ class HistoryEntry:
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, atime, url):
|
def __init__(self, atime, url):
|
||||||
self.atime = atime
|
self.atime = float(atime)
|
||||||
self.url = url
|
self.url = url
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user