This commit is contained in:
Saifeddine ALOUI 2023-09-15 01:39:08 +02:00
parent 4b96c493a9
commit 1a490ef693

2
app.py
View File

@ -194,7 +194,7 @@ class LoLLMsWebUI(LoLLMsAPPI):
super().__init__(config, _socketio, config_file_path, lollms_paths)
if config.auto_update:
if self.check_update_():
if check_update_():
ASCIIColors.info("New version present")
self.update_software()