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
Functions need to be tested for proper functionality afterwards. It is known that a value of -1 is equal to the key being set to nothing key= but it is unknown if queries will still work if the key is removed entirely.
The text was updated successfully, but these errors were encountered:
Confirmed for event_results() that removing raceweek= did not affect results. (This was an endpoint that had raceweek= in the URL query when using iRacing's "My Results" page)
Create class method from following code-block and apply to all functions so that they are removed from the URL query when sent to iRacing.
Functions need to be tested for proper functionality afterwards. It is known that a value of -1 is equal to the key being set to nothing
key=
but it is unknown if queries will still work if the key is removed entirely.The text was updated successfully, but these errors were encountered: