bugfix
This commit is contained in:
parent
0b8d9f4bd6
commit
2849847d79
@ -11,7 +11,7 @@ CONF = {
|
||||
"transfer":{
|
||||
"pop3server": os.getenv("POP3SERVER", ""),
|
||||
"mail": os.getenv("MAIL", ""),
|
||||
"password": os.getenv("PASSWORD", "")
|
||||
"password": os.getenv("PASSWORD", ""),
|
||||
"from_mail": os.getenv("FROM_MAIL", "")
|
||||
}
|
||||
"wechat": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user