mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-26 14:34:00 +00:00
Fix UTF issue on uploader page
This commit is contained in:
parent
7659fd359a
commit
13c3605ce5
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user