refactor: output improvements
This commit is contained in:
parent
2194fbfe5d
commit
27770f9aba
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user