Replies: 1 comment
-
Thoughts off the top of my head...
Your last question needs a little more context, you can print messages based on |
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
-
I am new to this. I have a question. I wrote a bot to print a message to my server and it ran when I press shift+enter in vscode, but when i schedule using windows scheduler to run the .py script at a specific time, it doesn't run. It also return RuntimeError: asyncio.run() cannot be called from a running event loop when I ran it not using vscode too. What is the problem with it?
Is there a way to make the bot print a message with fixed timing, without having the script run in a loop? Please help, I really appreciate it
Beta Was this translation helpful? Give feedback.
All reactions