Skip to content

Commit

Permalink
fix: attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte committed Oct 8, 2022
1 parent e7a5986 commit 575f4e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xtempmail/aiomail.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __repr__(self):
@dataclass
class StrangerMail:
account: Email
stranger: str
email: str

async def send_message(
self,
Expand Down
2 changes: 1 addition & 1 deletion xtempmail/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def warn_mail(e):
@dataclass
class StrangerMail:
account: Email
stranger: str
email: str

def send_message(
self,
Expand Down

0 comments on commit 575f4e0

Please sign in to comment.