This commit is contained in:
wangsong 2021-10-27 16:12:36 +08:00
parent af67f84f53
commit a6f6d1f830
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@ class UpdateManager():
desc = ''
try:
self.update_list = UpdateList(self)
#第一次进入 之后update不进入
if self.cache is None:
self.cache = MyCache(None)