Replies: 1 comment
-
Use python 3.8.2 and I've updated the script it was missing a symbol parameter so should work now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
python3 app.py
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python3.9/tkinter/init.py", line 1892, in call
return self.func(*args)
File "/home/demo/Downloads/botbinance/HARRIbaru/app.py", line 232, in run_live_bot
use_trail_stop.get(), round(float(trail_stop.get()), 1), symbol, strategy.get(), TP_sub.get(), SL_sub.get(),
NameError: name 'symbol' is not defined
Beta Was this translation helpful? Give feedback.
All reactions