Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MskAdr committed May 15, 2020
1 parent cb1a84d commit 211a475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pocket48.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ def get_messages() -> list:
elif message_ext['messageType'] == 'FLIPCARD':
message = (
f'{message_ext["user"]["nickName"]}: '
f'{message_ext["text"]}\n'
f'{message_ext["answer"]}\n'
f'问题内容: {message_ext["question"]}\n'
f'{message_time}'
)
logger.info('收到一条翻牌消息: %s, 问题: %s',
message_ext["text"],
message_ext["answer"],
message_ext["question"])
elif message_ext['messageType'] == 'LIVEPUSH':
idol_nickname = setting.read_config("system", "nickname")
Expand Down

0 comments on commit 211a475

Please sign in to comment.