mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-02-21 01:42:08 +00:00
fixed
This commit is contained in:
parent
7f84aaa35e
commit
35aa0e61bc
@ -229,12 +229,12 @@ Date: {{date}}
|
||||
ASCIIColors.white(content)
|
||||
|
||||
def ShowBlockingMessage(self, content, client_id=None, verbose:bool=True):
|
||||
if self.lollmsCom:
|
||||
if self.app:
|
||||
return self.app.ShowBlockingMessage(content=content, client_id=client_id, verbose=verbose)
|
||||
ASCIIColors.white(content)
|
||||
|
||||
def HideBlockingMessage(self, client_id=None, verbose:bool=True):
|
||||
if self.lollmsCom:
|
||||
if self.app:
|
||||
return self.app.HideBlockingMessage(client_id=client_id, verbose=verbose)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user