From 1a490ef69399fb065402f9b8e50016abc3baa2fa Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Fri, 15 Sep 2023 01:39:08 +0200 Subject: [PATCH] fixed --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 52776218..68253140 100644 --- a/app.py +++ b/app.py @@ -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()