Skip to content
Snippets Groups Projects
Commit bae3b291 authored by Hidde Leistra's avatar Hidde Leistra
Browse files

Remove unneeded box drawing

parent 8623c588
No related branches found
No related tags found
1 merge request!29highlight pregrade
Pipeline #17918 passed
......@@ -58,7 +58,6 @@ def get(exam_id, problem_id, submission_id, full_page=False):
page_im = cv2.imread(page_path)
# pregrade highliting
page_im = cv2.rectangle(page_im, (20, 20), (40, 40), (0, 255, 0), 3)
solution = Solution.query.filter(Solution.submission_id == sub.id,
Solution.problem_id == problem_id).one_or_none()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment