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
main.py line 146
error : invalid escape sequence '\d'
(can be fixed with r string prefix)
resources/lib/mlb.py line 1018
TypeError: 'float' object cannot be interpreted as an integer
(can be fixed by replacing division operators with double slash)
main.py line 146
error : invalid escape sequence '\d'
(can be fixed with r string prefix)
resources/lib/mlb.py line 1018
TypeError: 'float' object cannot be interpreted as an integer
(can be fixed by replacing division operators with double slash)