Skip to content
Permalink
Browse files
update app.py
add latest change
  • Loading branch information
ivigheni committed Apr 6, 2021
1 parent 1e7b314 commit f893ee80fcb2b10c3bce0a63026aeb9c9576fcd2
Showing 1 changed file with 1 addition and 1 deletion.
2 app.py
@@ -147,7 +147,7 @@ def issue_detailed(id):
staff.add_manager(manager)
manager_info = staff.get_managers_email()
con.close()
return render_template("report_details.html", title=title, query=query, description=description, location=location, date=date_var, phone=rows[0][4], id=id, solved=solved, userid = userid, messages = message, manager_info = rows3[0][1])
return render_template("report_details.html", title=title, query=query, description=description, location=location, date=date_var, phone=rows[0][4], id=id, solved=solved, userid = userid, messages = message, manager_info = manager_info)
else:
con = mysql.connect()
cur = con.cursor()

0 comments on commit f893ee8

Please sign in to comment.