Attention is currently required from: dexter.
2 comments:
File pySim/esim/http_json_api.py:
Patch Set #6, Line 227: if len(args) == 0:
ignores len(kwargs)
(any arg could also be passed as kwarg)
Patch Set #6, Line 231: role = kwargs.get('role', 'legacy_client')
role will always be 'legacy_client' bc the role arg is not part of kwargs
To view, visit change 42043. To unsubscribe, or for help writing mail filters, visit settings.