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
|
|
@ -138,7 +138,7 @@ proc fetch*(url: Uri; api: Api): Future[JsonNode] {.async.} =
|
|||
elif errors in {rateLimited}:
|
||||
account.apis[api].limited = true
|
||||
account.apis[api].limitedAt = epochTime().int
|
||||
echo "rate limited, api: ", $api, ", reqs left: ", account.apis[api].remaining, ", id: ", account.id
|
||||
echo "[accounts] rate limited, api: ", api, ", reqs left: ", account.apis[api].remaining, ", id: ", account.id
|
||||
|
||||
proc fetchRaw*(url: Uri; api: Api): Future[string] {.async.} =
|
||||
fetchImpl result:
|
||||
|
|
|
|||
Loading…
Reference in a new issue