misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
Simone Margaritelli
2019-10-23 19:32:24 +02:00
parent d20f6c8a52
commit 68d7686a03
4 changed files with 23 additions and 19 deletions

View File

@ -89,6 +89,8 @@ class Automata(object):
return self._epoch.any_activity
def next_epoch(self):
logging.debug("agent.next_epoch()")
was_stale = self.is_stale()
did_miss = self._epoch.num_missed