ofek/bit

TypeError: AlertMixin.success() takes 2 positional arguments but 3 were given

cibermosso opened this issue · 1 comments

I made a transaction wih BIT using this code:

txHex = my_key.send([(to, amount,'btc')])

But I get this TypeError:

TypeError: AlertMixin.success() takes 2 positional arguments but 3 were given

solved!! It's not a bit problem, Problem with Streamlit framework!!!