update readme, drop unused import

This commit is contained in:
Reid 2023-09-04 22:23:47 -07:00
parent af1e423b56
commit 22a87d6a38
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8
2 changed files with 4 additions and 6 deletions

View file

@ -34,8 +34,7 @@ _these features are implemented_
## todo
- <small>green name users...</small>
- patch uploadlevel to use 2.2 unlisted(honsetly idk what this is)
- clean up uploadlevel
- add level parsing
- maybe swap to chrono instead of `(TO_CHAR(CURRENT_TIMESTAMP, 'YYYY-MM-DD HH24:MI:SS.MS'))` (thats REALLY ugly!!)
- swap to chrono instead of `(TO_CHAR(CURRENT_TIMESTAMP, 'YYYY-MM-DD HH24:MI:SS.MS'))` (thats REALLY ugly!!)
- patch `upload_level` to use 2.2 unlisted(honsetly idk what this is but it exists?)
- add level parsing (`upload_level` can use the correct `length`, `objects`, `coins`, and `two_player`)
- <small>green name users...</small>

View file

@ -1,4 +1,3 @@
use password_auth::verify_password;
use rocket::form::Form;
use rocket::http::Status;
use rocket::response::status;