Skip to content

Commit 19fc47c

Browse files
authored
dont remove accounts
1 parent 52db03b commit 19fc47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ proc initAccountPool*(cfg: Config; path: string) =
202202
quit 1
203203

204204
let accountsPrePurge = accountPool.len
205-
accountPool.keepItIf(not it.hasExpired)
205+
#accountPool.keepItIf(not it.hasExpired)
206206

207207
log "Successfully added ", accountPool.len, " valid accounts."
208208
if accountsPrePurge > accountPool.len:

0 commit comments

Comments
 (0)