From 5e663c68be7b587a1448a0bfe054d0d75839a084 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 14 Jun 2026 03:28:16 -0400 Subject: [PATCH] change draining state --- backend/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app.py b/backend/app.py index a65a618..1a77f1a 100644 --- a/backend/app.py +++ b/backend/app.py @@ -780,7 +780,7 @@ def newserv_account_lock_heartbeat(): SET updated_at = now(), expires_at = %s WHERE holder_source = %s - AND state IN ('active', 'draining') + AND state = 'active' """, (expires_at, source)) refreshed = cur.rowcount