-
-
Couldn't load subscription status.
- Fork 27
Open
Description
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.
for key in payload.copy():
if payload.get(key) is None:
del(payload[key])
else:
passFunctions 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.
Metadata
Metadata
Assignees
Labels
No labels