临时更新,因西瓜视频WEB API变化

This commit is contained in:
Jerry Yan 2019-01-22 15:22:30 +08:00
parent 4572fd63ea
commit 52a49e5e2d

View File

@ -129,7 +129,7 @@ class WinMain(Api):
return
def onEnter(self, msg:MemberMsg):
if msg.type != 0:
if msg.type > 1:
set_cmd_text_color(FOREGROUND_DARKGRAY)
print("提示 : ", msg)
resetColor()