Fix compilation error
This commit is contained in:
parent
c3d9441370
commit
12504bcffe
|
@ -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
|
||||
log "resetting limit, 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 New Issue