forgor to change shell back to true 💀

pull/345/head
CordlessCoder 3 years ago
parent 86c7b26f00
commit 42861287ef

@ -206,4 +206,4 @@ loader.stop()
console.log("[bold green]Setup Complete! Returning...") console.log("[bold green]Setup Complete! Returning...")
# Post-Setup: send message and try to run main.py again. # Post-Setup: send message and try to run main.py again.
subprocess.call("python3 main.py", shell=False) subprocess.call("python3 main.py", shell=True)

Loading…
Cancel
Save