_
This commit is contained in:
@@ -3,6 +3,7 @@ if __name__ == "__main__":
|
|||||||
import multiprocessing
|
import multiprocessing
|
||||||
multiprocessing.set_start_method("spawn")
|
multiprocessing.set_start_method("spawn")
|
||||||
|
|
||||||
|
import sys
|
||||||
if sys.platform != 'win32':
|
if sys.platform != 'win32':
|
||||||
import warnings
|
import warnings
|
||||||
warnings.simplefilter(action='ignore', category=UserWarning)
|
warnings.simplefilter(action='ignore', category=UserWarning)
|
||||||
|
|||||||
Reference in New Issue
Block a user