Skip to content

Commit 515302a

Browse files
bug fixes
1 parent 12586a8 commit 515302a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ def main():
6262
prof = request.args.get('prof')
6363

6464
if prof:
65-
tb, times, dept, prof = fetch_results(prof)
66-
return render_template('main.html', name=prof, data=tb, times=times, profs=profs, dept=dept)
65+
tb, times, dept, website, prof = fetch_results(prof)
66+
return render_template('main.html', name=prof, website=website, data=tb, times=times, profs=profs, dept=dept, error=False)
6767

6868
else:
6969
return render_template('main.html', profs=profs)

0 commit comments

Comments
 (0)