Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cycz committed Feb 7, 2020
1 parent 3b240b1 commit 1c57887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __init__(self, messageTtpe, sc_key, mail):
self.sc_key = sc_key
elif messageTtpe == '1':
if not mail:
raise Exception('sc_key can not be empty')
raise Exception('mail can not be empty')
self.mail = mail
self.messageTtpe = messageTtpe

Expand Down

0 comments on commit 1c57887

Please sign in to comment.