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