TypeError | Python 3.9.21: /usr/bin/python3 Thu Apr 3 10:05:20 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> |
30 |
31 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;">''') |
=> 32 print (f"<span class=\"header\">{row[0]}</span>\n\n") |
33 print("</div>") |
34 |
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>