mirror of
https://github.com/simon987/chan_feed.git
synced 2025-12-13 20:49:03 +00:00
date format fix
This commit is contained in:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user