Skip to content

Commit aadf26c

Browse files
Update application/backend/src/main.py
Co-authored-by: Copilot <[email protected]> Signed-off-by: Ashwin Vaidya <[email protected]>
1 parent 5406ab1 commit aadf26c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

application/backend/src/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
import multiprocessing as mp
55

6-
if mp.get_start_method(allow_none=True) != 'spawn':
7-
mp.set_start_method('spawn', force=True)
6+
if mp.get_start_method(allow_none=True) != "spawn":
7+
mp.set_start_method("spawn", force=True)
88

99
import os
1010

0 commit comments

Comments
 (0)