Fix UTF issue on uploader page

This commit is contained in:
Taylor Helsper 2019-10-29 20:08:08 -05:00
parent 7659fd359a
commit 13c3605ce5

View File

@ -104,6 +104,7 @@ def index():
except:
status = "Waiting on quicksync to start..."
status = status.decode("utf8")
status = Markup("<div style='text-align: left; font-size: 12px; width: 800px;'><pre>"+status+"</pre></div>")
templateData = {
"title": "myNode Uploader",