pyaci icon indicating copy to clipboard operation
pyaci copied to clipboard

Autopage resolver method exception in Python3

Open wazofski opened this issue 5 years ago • 0 comments

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’

wazofski avatar Nov 21 '19 20:11 wazofski