Skip to content

Commit aff6c74

Browse files
committed
Updated examples
1 parent 7f41073 commit aff6c74

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def reddit_filter(msg):
6666
return (msg.from_addr == 'noreply@reddit.com' and
6767
msg.subject == 'Verify your Reddit email address')
6868

69-
email = EMail('redditaccount@1secmail.com')
69+
email = EMail(address='redditaccount@1secmail.com')
7070
msg = email.wait_for_message(filter=reddit_filter)
7171
# get_activation_code(html=msg.html_body)
7272
```
@@ -75,7 +75,6 @@ Some other features:
7575
```python
7676
from tempmail.providers import OneSecMail
7777

78-
# Accept only emails from a specific domain
7978
email = OneSecMail()
8079

8180
# request_email(email=email.address)

0 commit comments

Comments
 (0)