From 9ec06f6b0c4982cba43a4a6c3e2162d54000ced0 Mon Sep 17 00:00:00 2001 From: blacktwin Date: Fri, 21 Jul 2017 10:22:33 -0400 Subject: [PATCH] correction --- maps/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maps/readme.md b/maps/readme.md index a568059..bf8954f 100644 --- a/maps/readme.md +++ b/maps/readme.md @@ -44,9 +44,9 @@ Choose which map type you'd like by using the `-l` argument: ## TODO LIST: -- [ ] Add check for user count in user_table to allow for greater than 25 users +- [x] Add check for user count in user_table to allow for greater than 25 users - [Pull](https://github.com/blacktwin/JBOPS/pull/3) - [ ] If platform is missing from PLATFORM_COLORS use DEFAULT_COLOR -- [x] Add arg to allow for runs in headless (mpl.use("Agg")) - [Pull](https://github.com/blacktwin/JBOPS/pull/3) +- [ ] Add arg to allow for runs in headless (mpl.use("Agg")) - [x] Add `try` to pass on N/A values for Lon/Lat - [Pull](https://github.com/blacktwin/JBOPS/pull/2) ### Feature updates: