pyaci
pyaci copied to clipboard
Autopage resolver method exception in Python3
method.GET(autoPage=True) #, **opt)
File "lib64/python3.6/site-packages/pyaci/core.py", line 1101, in GET newKwargs = dict(pageOptions.items() + kwargs.items()) TypeError: unsupported operand type(s) for +: 'dict_items' and ‘dict_items’