Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix warnings about thread.setDaemon() in python 3.10+
easy_train.py:316: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead thread.setDaemon(True) camelCase methods in threading were deprecated in: python/cpython#25174
- Loading branch information