Database/monitor.py can display tracking info for flights after they have been dropped from the database.
This happens because the loop only adds text which can later be overwritten, but if we remove lines from the database those areas of the screen are never overwritten.
One solution would be to clear the screen more often, or change the way we write to that area.
Database/monitor.py can display tracking info for flights after they have been dropped from the database.
This happens because the loop only adds text which can later be overwritten, but if we remove lines from the database those areas of the screen are never overwritten.
One solution would be to clear the screen more often, or change the way we write to that area.