From fe7801f1e0186e33c6d27d877259e13fa8da4e81 Mon Sep 17 00:00:00 2001 From: kristobalus Date: Thu, 15 Feb 2024 12:27:06 +0600 Subject: [PATCH] fix: guest accounts --- src/auth.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth.nim b/src/auth.nim index b288c50e4..7acb7c356 100644 --- a/src/auth.nim +++ b/src/auth.nim @@ -202,7 +202,7 @@ proc initAccountPool*(cfg: Config; path: string) = quit 1 let accountsPrePurge = accountPool.len - accountPool.keepItIf(not it.hasExpired) + # accountPool.keepItIf(not it.hasExpired) log "Successfully added ", accountPool.len, " valid accounts." if accountsPrePurge > accountPool.len: