We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ed2fa commit afb0c5bCopy full SHA for afb0c5b
moddb_comment_notifier.py
@@ -10,7 +10,7 @@
10
from typing import List
11
12
CONFIG = toml.load('config.toml')
13
-EMAIL_TEMPLATE = open('template.txt').read()
+EMAIL_TEMPLATE = open('template.txt', 'r', encoding='utf-8').read()
14
LAST_CHECKED_FILENAME = 'last_update.txt'
15
16
@dataclass
0 commit comments