From 794376ca76e58085ec6957ef2b4c208b2feb678f Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 11 Feb 2025 00:33:18 -0700 Subject: [PATCH] Update borealis_overlay.py --- borealis_overlay.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/borealis_overlay.py b/borealis_overlay.py index 715cc0e..14eb360 100644 --- a/borealis_overlay.py +++ b/borealis_overlay.py @@ -1,17 +1,4 @@ #!/usr/bin/env python3 -""" -Project Borealis (Fixed Progress Bar) -===================================== -• Uses Tesseract OCR only, storing up to 7 data points. -• Rollover logic (reset if new < old). -• Skips duplicates. -• Shows a Rich table of historical data (2+ points). -• Then displays a Rich progress bar for the current EXP, plus predicted time to level - in hours/min/seconds if over 60 minutes. - -Key fix: we use "with Progress(...) as progress:" *without* transient, -so the bar remains in the console after the update. -""" import sys import os