cesbit/aiogcd

Issue running Alice example

Closed this issue · 1 comments

When executing the insert_alice example, I receive the following error:

IndexError: Both "id" and "name" are missing in pair: {'kind': 'User'}

Fixed by not raising the IndexError exception but just return None.