mirror of
https://github.com/simon987/chan_feed.git
synced 2025-04-10 14:06:42 +00:00
date format fix
This commit is contained in:
parent
77a053d6ee
commit
0d12a2325d
@ -24,7 +24,7 @@ class LynxChanHelper(ChanHelper):
|
||||
|
||||
@staticmethod
|
||||
def item_mtime(item):
|
||||
return datetime.fromisoformat(item["creation"]).timestamp()
|
||||
return datetime.fromisoformat(item["creation"][:-1]).timestamp()
|
||||
|
||||
def item_urls(self, item, board):
|
||||
return [
|
||||
|
Loading…
x
Reference in New Issue
Block a user