Reset exit flag when proxy starts.

This commit is contained in:
Aldo Cortesi 2011-09-04 10:50:00 +12:00
parent 45f4768a5c
commit d1ff527550
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ class Master:
return changed
def run(self):
global should_exit
should_exit = False
if self.server:
slave = Slave(self.masterq, self.server)
slave.start()