Example #1
0
 def _mainloopPeriodic(self):
     WSGIServer._mainloopPeriodic(self)
     if getmtime(__file__) != START_TIME:
         self._keepGoing = False
Example #2
0
 def _mainloopPeriodic(self):
     WSGIServer._mainloopPeriodic(self)
     if getmtime(__file__) != START_TIME:
         self._keepGoing = False