| TypeError | Python 3.9.23: /usr/bin/python3 Mon Nov 3 13:18:32 2025 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /var/www/draftmatic/scripts/team.cgi in <module> |
| 29 |
| 30 print('''<div style="background-color:;padding-top:90px;padding-bottom:8px;width:100%;font-family:'Roboto Condensed',sans-serif;font-size:14px;text-align:center;">''') |
| => 31 print(f"<span class=\"header\">{row[0]}</span>") |
| 32 print("</div>\n") |
| 33 |
| builtin print = <built-in function print> |
TypeError: 'NoneType' object is not subscriptable
args =
("'NoneType' object is not subscriptable",)
with_traceback =
<built-in method with_traceback of TypeError object>