Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhonghuaifang committed Feb 7, 2023
1 parent 880c2e9 commit 2f3cb35
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions function/bika/bika.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,7 @@ def profile(token: string):
profile_msg = ''
profile_response = profile(current_token)
profile_result = profile_response["data"]["user"]
profile_msg = (
"\n用户名: %s" % profile_result["name"],
"\n等级: %s" % profile_result["level"],
"\n经验: %s" % profile_result["exp"],
)
profile_msg = f'\n用户名: {profile_result["name"]}\n等级: {profile_result["level"]}\n经验: {profile_result["exp"]}'
print(profile_msg)
if SEND_KEY == '':
sendNotify.send(title=u"哔咔漫画自动打哔咔", msg="【哔咔漫画自动签到】\n" + msg+profile_msg)

0 comments on commit 2f3cb35

Please sign in to comment.