bugfix
This commit is contained in:
parent
2849847d79
commit
4bda7bc81a
@ -13,7 +13,7 @@ CONF = {
|
|||||||
"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": {
|
||||||
"mchid": os.getenv("WXP_MCHID",""),
|
"mchid": os.getenv("WXP_MCHID",""),
|
||||||
"appid": os.getenv("WXP_APPID", ""),
|
"appid": os.getenv("WXP_APPID", ""),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user