Skip to content

Commit c8d0b17

Browse files
authored
Revert "add smtp server (Jackiebibili#11)"
This reverts commit 3fefc26.
1 parent 3fefc26 commit c8d0b17

File tree

4 files changed

+1
-50
lines changed

4 files changed

+1
-50
lines changed

apps/.DS_Store

-6 KB
Binary file not shown.

apps/pushnotification/constants.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

apps/pushnotification/smtp.py

Lines changed: 0 additions & 41 deletions
This file was deleted.

secret.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
import os
22

3-
CONN_SRV = os.environ.get('CONN_SRV')
4-
MAILER_PW = os.environ.get('MAILER_PW', '')
3+
CONN_SRV = os.environ.get('CONN_SRV')

0 commit comments

Comments
 (0)