Are there any error messages when running the code ?
Perhaps you need to rethink your thread management, from the python docs https://docs.python.org/3/library/threa ... read.start
Thread. start() Start the thread’s activity. It must be called at most once per thread object.
Perhaps you need to rethink your thread management, from the python docs https://docs.python.org/3/library/threa ... read.start
Thread. start() Start the thread’s activity. It must be called at most once per thread object.
Statistics: Posted by ghp — Sat Apr 20, 2024 7:19 am