This commit is contained in:
mattbk 2023-04-08 15:35:04 -05:00
parent 008396ed1b
commit 270a63bc1f

2
app.py
View File

@ -45,7 +45,7 @@ def read_logs(log_folder):
# TODO need a function that adds the most recent location for any 'name' # TODO need a function that adds the most recent location for any 'name'
# into a simple database. Then if it needs to be mapped, it can be, even # into a simple database. Then if it needs to be mapped, it can be, even
# if it hasn't been recently heard directly. # if it hasn't been recently heard directly.
class Packets(Resource): class Packets(Resource):
def get(self): def get(self):