Skip to content

Commit a216989

Browse files
committed
Fix web page URL, attempt III.
Yeah should have tested locally...
1 parent fdaf4a9 commit a216989

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cfbot_web.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ def load_submissions(conn, cf_ids):
214214
latest_tasks AS (SELECT DISTINCT ON (task.task_name)
215215
task.task_name,
216216
task.task_id,
217+
task.html_url,
217218
task.status,
218219
EXTRACT(epoch FROM now() - task.modified) AS age
219220
FROM task

0 commit comments

Comments
 (0)