Add 429 logging

This commit is contained in:
Zed
2023-08-31 01:29:54 +02:00
parent 37b58a5a7e
commit 282ce8b0e9
3 changed files with 2 additions and 3 deletions

View File

@@ -40,8 +40,6 @@ type
id*: string
oauthToken*: string
oauthSecret*: string
# init*: Time
lastUse*: Time
pending*: int
apis*: Table[Api, RateLimit]