diff --git a/pwnagotchi/log.py b/pwnagotchi/log.py index ebada1b..f5c235e 100644 --- a/pwnagotchi/log.py +++ b/pwnagotchi/log.py @@ -168,6 +168,8 @@ class LastSession(object): self.avg_reward /= (self.epochs if self.epochs else 1) def parse(self): + logging.debug("parsing last session logs ...") + lines = [] if os.path.exists(self.path):