diff --git a/core/hire_system.py b/core/hire_system.py index 5fad5fb..8623587 100644 --- a/core/hire_system.py +++ b/core/hire_system.py @@ -109,6 +109,7 @@ def fire(self): print '--------' print u"%s: %s 薪水: %s"%(coder.job, coder.name, coder.salary) if keyboard.confirm(): + self.avaliable_coders.append(coder) self.coders.pop(self.coders.index(coder)) print u"%s退出了你的团队。"%(coder.name) if len(self.coders) < self.min_coders: