mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Add 429 logging
This commit is contained in:
parent
37b58a5a7e
commit
282ce8b0e9
3 changed files with 2 additions and 3 deletions
|
|
@ -109,7 +109,7 @@ proc invalidate*(account: var GuestAccount) =
|
|||
if idx > -1: accountPool.delete(idx)
|
||||
account = nil
|
||||
|
||||
proc release*(account: GuestAccount; invalid=false) =
|
||||
proc release*(account: GuestAccount) =
|
||||
if account.isNil: return
|
||||
dec account.pending
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue