mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2025-08-18 08:45:37 +00:00
Fix print
This commit is contained in:
parent
8ea112f0e0
commit
cbef70ac78
@ -154,7 +154,7 @@ class Console:
|
|||||||
if len(val) > 0:
|
if len(val) > 0:
|
||||||
# val.insert(0, "\r" + self.__prompt_out)
|
# val.insert(0, "\r" + self.__prompt_out)
|
||||||
if self.__is_run:
|
if self.__is_run:
|
||||||
self.__print_logger.info(f"{' '.join(val)}\r\n{self.__prompt_in}")
|
self.__print_logger.info(f"{' '.join([''.join(str(i)) for i in values])}\r\n{self.__prompt_in}")
|
||||||
# val.append("\r\n" + self.__prompt_in)
|
# val.append("\r\n" + self.__prompt_in)
|
||||||
# end = "" if end is None else end
|
# end = "" if end is None else end
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user