逻辑改进
This commit is contained in:
@@ -133,6 +133,10 @@ class Reactor():
|
||||
self.electron_file.save()
|
||||
|
||||
def report(self, atom, quality):
|
||||
"""
|
||||
0: 初次激活/通过
|
||||
1: 不通过
|
||||
"""
|
||||
if atom in self.atoms_new:
|
||||
atom[0].revisor(quality, True)
|
||||
return 0
|
||||
|
Reference in New Issue
Block a user