Monocle
Monocle copied to clipboard
Gym detail
New gym detail implementation with the lastest API
ALTER TABLE forts ADD COLUMN name VARCHAR(255) AFTER id; DELETE FROM fort_sightings; DELETE FROM forts;
And run scripts/create_db.py
I believe this line needs to be removed in db.py
https://github.com/sebast1219/Monocle/blob/a6297441fd3b903a04e2bb78534d06314760c374/monocle/db.py#L621
Also occupied is how it is spelled, not ocuppied for time_occupied. Although that might be how Niantic is sending it to us? :)