Skip to content

Commit

Permalink
fixed doc
Browse files Browse the repository at this point in the history
  • Loading branch information
davebulaval committed Jan 5, 2021
1 parent 1c9f65c commit 2f0005b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions notif/notificator.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ class EmailNotificator(Notification):
Using gmail server::
.. code-block:: python
sender_email = "my_email"
sender_login_credential = "my_password"
destination_email = sender_email
Expand All @@ -167,8 +165,6 @@ class EmailNotificator(Notification):
Using hotmail server::
.. code-block:: python
sender_email = "my_email"
sender_login_credential = "my_password"
destination_email = "other_email"
Expand Down

0 comments on commit 2f0005b

Please sign in to comment.