Estou obtendo o seguinte erro,mesmo sendo uma lista, como se pode ver em “”:
Traceback (most recent call last): <class 'list'> File "C:/Users/Usuário/PycharmProjects/arbitrageBot/index.py", line 10, in <module> arrExchanges = exchangesChosen(userChoices) File "C:\Users\Usuário\PycharmProjects\arbitrageBot\functions.py", line 89, in exchangesChosen arrExchanges.extend(Binance) TypeError: 'type' object is not iterable