reformat the mail template

This commit is contained in:
2024-04-20 12:16:25 +02:00
parent 6ba2fdb55a
commit 332f0e4426
+2 -1
View File
@@ -1,6 +1,7 @@
TAGS_JS_FILE_URL = "https://d.digital.hermes/tags.js" TAGS_JS_FILE_URL = "https://d.digital.hermes/tags.js"
import wget
def download_tags_file(url): def download_tags_file(url):
import wget
_file_name = wget.download(url) _file_name = wget.download(url)
print(_file_name) print(_file_name)