mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-04-07 19:04:14 +00:00
upgrade
This commit is contained in:
parent
37eaf7e9f1
commit
c50ba16a61
@ -55,7 +55,7 @@ class ASCIIColors:
|
||||
|
||||
@staticmethod
|
||||
def info(text, end="\n", flush=False):
|
||||
print(f"{ASCIIColors.color_blue}{text}{ASCIIColors.color_reset}", end=end, flush=flush)
|
||||
print(f"{ASCIIColors.color_bright_blue}{text}{ASCIIColors.color_reset}", end=end, flush=flush)
|
||||
|
||||
@staticmethod
|
||||
def red(text, end="\n", flush=False):
|
||||
|
Loading…
x
Reference in New Issue
Block a user