Jan-23-2024, 04:10 AM
I have a method to call the python script using subprocess.popen like:
it's somehow working well on windows (running with docker)
but in linux, when the toggle was on (meaning status = 1), the script was not called.
is there anyway to call the python script by code instead of running it manual by create new .sh file and call it on linux terminal?
it's somehow working well on windows (running with docker)
but in linux, when the toggle was on (meaning status = 1), the script was not called.
is there anyway to call the python script by code instead of running it manual by create new .sh file and call it on linux terminal?