TypeError: AlertMixin.success() takes 2 positional arguments but 3 were given
cibermosso opened this issue · 1 comments
cibermosso commented
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
cibermosso commented
solved!! It's not a bit problem, Problem with Streamlit framework!!!