refactor: output improvements

This commit is contained in:
y1ndan 2021-01-05 13:23:25 +08:00
parent 2194fbfe5d
commit 27770f9aba

View File

@ -238,7 +238,7 @@ class Sign(object):
else:
messageList.append(jdict)
return notify(sckey, status, messageList)
return notify(sckey, status, ",".join(messageList))
def message(self):
return '''
@ -247,8 +247,7 @@ class Sign(object):
今日奖励: {} × {}
本月累签: {}
签到结果: {}
{:#^30}
'''
{:#^30}'''
def notify(sckey, status, message):