Use Python's subprocess module instead of the eventlet's subprocess as it is not working with Python v3.12
parent
3e575e2f43
commit
46a8c1ad6a
|
|
@ -11,8 +11,8 @@ import os
|
|||
import select
|
||||
import struct
|
||||
import config
|
||||
import subprocess
|
||||
from sys import platform as _platform
|
||||
from eventlet.green import subprocess
|
||||
from config import PG_DEFAULT_DRIVER
|
||||
from flask import Response, request
|
||||
from flask import render_template, copy_current_request_context, \
|
||||
|
|
|
|||
Loading…
Reference in New Issue