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 b98ad44 commit 880c2e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions function/bika/bika.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,12 @@ def profile(token: string):

profile_msg = ''
profile_response = profile(current_token)
print(profile_response)
profile_result = profile_response["data"]["user"]
profile_msg = (
"\n用户名: %s" % profile_result["name"],
"\n等级: %s" % profile_result["level"],
"\n经验: %s" % profile_result["exp"],
)

print(profile_msg)
if SEND_KEY == '':
sendNotify.send(title=u"哔咔漫画自动打哔咔", msg="【哔咔漫画自动签到】\n" + msg+profile_msg)

0 comments on commit 880c2e9

Please sign in to comment.