Update image address
This commit is contained in:
parent
6207cc7df7
commit
ebf7e324e2
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ def create_html_templated(events_previous, events_current, events_next):
|
||||||
with open('../html_template/mail.html', 'r', encoding='utf-8') as tmp:
|
with open('../html_template/mail.html', 'r', encoding='utf-8') as tmp:
|
||||||
mail = tmp.read()
|
mail = tmp.read()
|
||||||
mail = mail.replace('{LogoAddress}',
|
mail = mail.replace('{LogoAddress}',
|
||||||
'https://tof.cx/images/2020/05/27/448fd7d507778064b39ba95c381cd3e8.png')
|
'http://xerto.free.fr/Paturlettre/LogoLettre.png')
|
||||||
wk_and_span = get_week_number_and_span()
|
wk_and_span = get_week_number_and_span()
|
||||||
mail = mail.replace('{Main_Title}', f'Semaine {wk_and_span[0]}')
|
mail = mail.replace('{Main_Title}', f'Semaine {wk_and_span[0]}')
|
||||||
mail = mail.replace('{Sub_Title}',
|
mail = mail.replace('{Sub_Title}',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue