DRAFT BOARD SEARCH
On the clock: Done ()
--> -->
 
 
TypeError
Python 3.9.21: /usr/bin/python3
Fri Apr 4 06:58:15 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>
     28 
     29     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;">''')
=>   30     print(f"<span class=\"header\">{row[0]}</span>")
     31     print("</div>\n")
     32 
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>