solve a problem? There are no errors, the script just freezes!
Enabling the logs properly will show you what's happening in case of server issues. anything else is code issue
I'm running the code on my computer. how to enable logs? Python does not display any errors
Please enable logging: import logging logging.basicConfig(level=logging.WARNING) If you need more information, use logging.DEBUG instead.
Обсуждают сегодня