From 069fbb4ba1fc8040262fdb168d8a9582c52e5faf Mon Sep 17 00:00:00 2001 From: Jennifer Taylor Date: Sun, 26 Apr 2020 01:05:01 +0000 Subject: [PATCH] Update TODO list to remove an item I tackled awhile back. --- TODO.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/TODO.md b/TODO.md index 3547bcf..68cbf9f 100644 --- a/TODO.md +++ b/TODO.md @@ -9,7 +9,3 @@ Things that I have not gotten around to doing. - Support for DanEvo. I meant to do this but my DanEvo ended up in storage before I could tackle it, so the only thing that exists at the moment is a rudimentary music DB parser. - Figure out phase/unlock/etc bits for some older IIDX and Pop'n Music versions and hook them up to the Arcade panel to allow switching events. - Auto-prune events in the event log after some configured date. Currently it grows indefinitely which is fine for small hobby setups but could be a problem with lots of events. - -General maintenance that I have not yet performed. - - - Upgrade legacy uses of .format() to use f-strings instead (partially done).