mirror of
https://git.oat.zone/dark-firepit/dotfiles
synced 2024-11-30 11:41:33 +01:00
14 lines
431 B
Diff
14 lines
431 B
Diff
diff --git a/src/auth.nim b/src/auth.nim
|
|
index b288c50..de1b1d8 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:
|