You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/sansal/pycryptobot-main/models/AppState.py:282: FutureWarning: Calling flo at on a single element Series is deprecated and will raise a TypeError in the fu ture. Use float(ser.iloc[0]) instead
) * float(last_order[last_order.action == "sell"]["price"])
Actually this type of warning should not stop program.
Version : 8.2.3
Python: 3.9.2
The text was updated successfully, but these errors were encountered:
I get such an error when i try to run my bot:
/home/sansal/pycryptobot-main/models/AppState.py:282: FutureWarning: Calling flo at on a single element Series is deprecated and will raise a TypeError in the fu ture. Use float(ser.iloc[0]) instead
) * float(last_order[last_order.action == "sell"]["price"])
Actually this type of warning should not stop program.
Version : 8.2.3
Python: 3.9.2
The text was updated successfully, but these errors were encountered: