Update lollms_webui.py

This commit is contained in:
Saifeddine ALOUI 2024-10-09 13:22:06 +02:00 committed by GitHub
parent eb46d6db2a
commit 759efae67c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,9 +51,6 @@ if not PackageManager.check_package_installed("bs4"):
PackageManager.install_package("beautifulsoup4")
import requests
from lollms.internet import scrape_and_save
def terminate_thread(thread):
if thread:
if not thread.is_alive():