use mailaddress from settings
This commit is contained in:
parent
1f24884ef6
commit
deceb5f7d1
|
@ -62,7 +62,7 @@ if not dry_run:
|
|||
|
||||
x = xmlrpclib.ServerProxy(config['xmlrpc_endpoint'])
|
||||
x.metaWeblog.newPost(config['blog_id'], config['username'], passwd, page, True)
|
||||
email = render.render_template('templates/email.txt', date, punt=punt)
|
||||
email = render.render_template('templates/email.txt', date, punt=punt,mail=config['mail'])
|
||||
|
||||
if dry_run:
|
||||
print email
|
||||
|
|
Loading…
Reference in a new issue