OregonStateRocketry / 30k2018-CS-Capstone

30k CS Capstone repository
Apache License 2.0
2 stars 0 forks source link

Bug in monitor.py display when manually deleting locations from database #5

Closed lwillmeth closed 6 years ago

lwillmeth commented 6 years ago

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.

lwillmeth commented 6 years ago

Resolved by e5e7cfae18ec821726b6ff02bba6d4b71a5c9a07