do more check

This commit is contained in:
2021-01-18 21:49:12 +08:00
parent b71f39df70
commit b56b2ae33a
3 changed files with 9 additions and 2 deletions

View File

@@ -136,7 +136,7 @@ class RSSEntry:
self.lasterrortime = None
if data is not None and data[5] is not None:
self.lasterrortime = data[5]
self.forceupdate = None
self.forceupdate = False
if data is not None and data[6] is not None:
self.forceupdate = bool(data[6])
self.chatList = []