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
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/arm/coding/python/cognito/warrant/warrant/__init__.py", line 303, in register
attributes= dict(self.base_attributes.items() + self.custom_attributes.items())
TypeError: unsupported operand type(s) for +: 'dict_items' and 'dict_items'
Tested with two versions of python.
python -V
Python 3.4.5
python -V
Python 3.6.1
Seems that the code is tested only for python 2.7 and why not to update a Readme?
The text was updated successfully, but these errors were encountered:
I've checked out a
develop
branch and tried to register a user.I've got a TypeError
Seems that the code is tested only for python 2.7 and why not to update a Readme?
The text was updated successfully, but these errors were encountered: