Code running twice #12657
MrTinkerman
started this conversation in
General
Code running twice
#12657
Replies: 1 comment 3 replies
-
Just FYI user code should not normally be put in |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hi all,
My code is running twice. I did search and found a lot, but no definite answer.
This is so weird and I'm curious about what is happening.
I'm on win 10 using Thonny 4.1.3 on a XIAO ESP32-C3
My code:
print('hello')
The result is below, it runs twice, why?
Thanks.
SOLVED+++++++++++++++++++++++++++++++++++++++++++++++++
As I was making this post I did a final search and got this from Jul on StackOverflow:
on thonny click run- configure interpreter on that menu there will be a check box at the bottom (restart before running script) Untick the box
I decided to post anyway to possibly prevent headaches for folks running into this issue
Beta Was this translation helpful? Give feedback.
All reactions