From 436ec10c15d490a066d709e98941cb34eecf9201 Mon Sep 17 00:00:00 2001 From: lon Date: Mon, 5 Feb 2024 21:24:09 -0300 Subject: [PATCH] no-old --- diff | 11 +++++++++++ src/auth.nim | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 diff diff --git a/diff b/diff new file mode 100644 index 0000000..8270825 --- /dev/null +++ b/diff @@ -0,0 +1,11 @@ +--- 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: diff --git a/src/auth.nim b/src/auth.nim index b288c50..7acb7c3 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: