diff options
Diffstat (limited to 'pysite/tables.py')
-rw-r--r-- | pysite/tables.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/tables.py b/pysite/tables.py index e7e47215..ad864fee 100644 --- a/pysite/tables.py +++ b/pysite/tables.py @@ -44,7 +44,7 @@ TABLES = { "info_rst", # str "info_html", # str "number", # int - "participants", # list[int] + "participants", # list[str] "repo", # str "state", # str "task_html", # str |