This commit is contained in:
Saifeddine ALOUI 2023-09-15 01:40:02 +02:00
parent 1a490ef693
commit e2ad6aef13

2
app.py
View File

@ -195,7 +195,7 @@ class LoLLMsWebUI(LoLLMsAPPI):
if config.auto_update:
if check_update_():
ASCIIColors.info("New version present")
ASCIIColors.info("New version found. Updating!")
self.update_software()
self.app = _app