You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add optional timeout parameter to get_event, get_hall_of_fame, get_rundown, and get_participants to specify the number of seconds before timing out requests to the MCC API (defaults to 5)
Fix __all__ not including get_event, get_hall_of_fame, get_rundown, and get_participants (and thus not being included when using from mcc_api import *)