DRAFT BOARD SEARCH
On the clock: Slingers Slammers (3866hrs)
--> -->
 
 
KeyError
Python 3.9.23: /usr/bin/python3
Tue Aug 26 13:33:38 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/player.cgi in <module>
    179 
    180     print('''<div style="padding-top:90px;padding-bottom:8px;width:100%;font-family:'Roboto Condensed',sans-serif;font-size:14px;border:0px solid green;text-align:center;">''')
=>  181     print (f"<span class=\"header\">{stats_fullname[filter]}</span>\n\n")
    182     #print(f"<a href=\"/{pro_league}/{league_year}/{fantasy_league}/player/avg\">Avg</a>")
    183     #print(f"<a href=\"/{pro_league}/{league_year}/{fantasy_league}/player/ops\">OPS</a>")
builtin print = <built-in function print>

KeyError: 'sb'
      args = ('sb',)
      with_traceback = <built-in method with_traceback of KeyError object>