mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-11 05:01:12 +00:00
removed useless oks
This commit is contained in:
parent
12d074214f
commit
f0fff75083
4
app.py
4
app.py
@ -27,8 +27,6 @@ if not PackageManager.check_package_installed_with_version(
|
|||||||
PackageManager.install_or_update("ascii_colors")
|
PackageManager.install_or_update("ascii_colors")
|
||||||
from ascii_colors import ASCIIColors
|
from ascii_colors import ASCIIColors
|
||||||
|
|
||||||
ASCIIColors.success("OK")
|
|
||||||
|
|
||||||
expected_pipmaster_version = "0.3.2"
|
expected_pipmaster_version = "0.3.2"
|
||||||
ASCIIColors.yellow(
|
ASCIIColors.yellow(
|
||||||
f"Checking pipmaster ({expected_pipmaster_version}) ...", end="", flush=True
|
f"Checking pipmaster ({expected_pipmaster_version}) ...", end="", flush=True
|
||||||
@ -39,8 +37,6 @@ if not PackageManager.check_package_installed_with_version(
|
|||||||
PackageManager.install_or_update("pipmaster")
|
PackageManager.install_or_update("pipmaster")
|
||||||
import pipmaster as pm
|
import pipmaster as pm
|
||||||
|
|
||||||
ASCIIColors.success("OK")
|
|
||||||
|
|
||||||
|
|
||||||
def animate(text: str, stop_event: threading.Event):
|
def animate(text: str, stop_event: threading.Event):
|
||||||
animation = "⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏"
|
animation = "⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user