mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Unify some guest account logs
This commit is contained in:
parent
51714b5ad2
commit
c3d9441370
2 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ proc isLimited(account: GuestAccount; api: Api): bool =
|
|||
|
||||
if limit.limited and (epochTime().int - limit.limitedAt) > dayInSeconds:
|
||||
account.apis[api].limited = false
|
||||
echo "account limit reset, api: ", api, ", id: ", account.id
|
||||
log "resetting limit, api: ", api, ", id: ", account.id
|
||||
|
||||
return limit.limited or (limit.remaining <= 10 and limit.reset > epochTime().int)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue