Open iCubeVK opened 3 months ago
Put your code behind: if name == 'main':
I added __name__ = 'main'
in the first line, now it doesn't work.
I'm stupid.
I've put this __name__ = 'main'
at the beginning of my code, where I've should put __name__ = '__main__'
.
Now (I think) it's working.
I tried to figure out something from the given website, but I didn't find answers to my problem.