minor fix

This commit is contained in:
2021-01-18 21:23:33 +08:00
parent f9f587f680
commit 78e2205d54

View File

@@ -138,6 +138,6 @@ class RSSEntry:
self.lasterrortime = data[5]
self.forceupdate = None
if data is not None and data[6] is not None:
self.forceupdate = data[6]
self.forceupdate = bool(data[6])
self.chatList = []
self.hashList = HashEntries(maxCount)