Fix log_file. var
This commit is contained in:
parent
c90ebf6d81
commit
612478b777
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ def send_logs(path):
|
|||
"ui_page": "log",
|
||||
"ui_title": "Logs - {}".format(path),
|
||||
}
|
||||
l.close()
|
||||
log_file.close()
|
||||
return render_template("log.html", data=data)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue