client-ng
client-ng copied to clipboard
[Bugfix] Remove index check for API objects
I don't think we need to make this check here. Let the python stdlib make the checks on index.
This fixes the -1 issue you get on first lookup.