v0.2.5 修复初次激活相关问题
This commit is contained in:
@@ -103,6 +103,9 @@ class Reactor():
|
||||
self.electron_file.save()
|
||||
|
||||
def report(self, atom, quality):
|
||||
if atom in self.atoms_new:
|
||||
atom[0].revisor(quality, True)
|
||||
return 0
|
||||
if atom[0] not in self.reported:
|
||||
atom[0].revisor(quality)
|
||||
self.reported.add(atom[0])
|
||||
|
Reference in New Issue
Block a user