mirror of
https://github.com/simon987/chan_feed.git
synced 2025-12-14 13:09:01 +00:00
bug fix, change caching
This commit is contained in:
@@ -35,7 +35,7 @@ class JsonChanHelper(ChanHelper):
|
||||
|
||||
@staticmethod
|
||||
def thread_mtime(thread):
|
||||
return thread["last_modified"]
|
||||
return thread["last_modified"] if "last_modified" in thread else -1
|
||||
|
||||
@staticmethod
|
||||
def parse_threads_list(r):
|
||||
|
||||
Reference in New Issue
Block a user