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
Some tools can run the main.py file to, for example, inspect dependencies or get the version variable. Therefore, the tools are running the bot at the same time. Placing the run in the __name__ == __main__ condition will fix it.
Some tools can run the
main.pyfile to, for example, inspect dependencies or get theversionvariable. Therefore, the tools are running the bot at the same time. Placing the run in the__name__ == __main__condition will fix it.