From 81f79e2792d78b9e52d08f4fe2a1c5747bc8913e Mon Sep 17 00:00:00 2001 From: DJObleezy Date: Thu, 24 Apr 2025 07:17:36 -0700 Subject: [PATCH] Add boot sequence bypass and improve earnings check Introduces a script in `boot.html` to bypass the boot sequence if the user has completed it previously, checking for a valid wallet configuration before redirecting to the dashboard. Additionally, updates the earnings check in `worker_service.py` to handle `None` values more robustly, ensuring a minimum unpaid earnings value of `0.001`. --- templates/boot.html | 41 +++++++++++++++++++++++++++++++++++++++++ worker_service.py | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/templates/boot.html b/templates/boot.html index 4f4532d..b128647 100644 --- a/templates/boot.html +++ b/templates/boot.html @@ -9,6 +9,45 @@ + +