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 87f530c commit 4d2ccb0Copy full SHA for 4d2ccb0
url_modules/main/main.py
@@ -95,7 +95,7 @@ def run(request, params):
95
_html_path = _plugin.webFSPath(os.path.join("html", _plugin_name+".html"))
96
97
if os.path.exists(_html_path):
98
- fd = open(_html_path, 'r')
+ fd = open(_html_path, "r", encoding="utf-8")
99
_plugin_html = fd.read()
100
fd.close()
101
0 commit comments