修正部分代码

This commit is contained in:
2019-01-20 23:28:04 +08:00
parent ab06868f06
commit e3b82555d6
3 changed files with 4 additions and 3 deletions

View File

@ -146,7 +146,7 @@ class WinMain(Api):
def onPresentEnd(self, gift: Gift):
set_cmd_text_color(BACKGROUND_WHITE | FOREGROUND_BLACK)
print(gift)
print("感谢", gift)
resetColor()
def onLike(self, user: User):
@ -155,6 +155,7 @@ class WinMain(Api):
def onLeave(self, json: any):
return
def warning(*args):
print(*args)