mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user