add botOwnerList.

allow botOwner to force update RSS
This commit is contained in:
2021-01-18 21:19:53 +08:00
parent a1b02cf3cd
commit f9f587f680
8 changed files with 106 additions and 9 deletions

View File

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