bugfix
This commit is contained in:
parent
7098d92f05
commit
ae34c90f2f
@ -12,7 +12,7 @@ CONF = {
|
||||
"pop3server": os.getenv("POP3SERVER", ""),
|
||||
"mail": os.getenv("MAIL", ""),
|
||||
"password": os.getenv("PASSWORD", ""),
|
||||
"from_mail": os.getenv("FROM_MAIL", "")
|
||||
"from_mail": os.getenv("FROM_MAIL", ""),
|
||||
"account_no": os.getenv("ACCOUNT_NO", "")
|
||||
},
|
||||
"wechat": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user