bumblebee100 commited on
Commit
39ebb63
·
verified ·
1 Parent(s): 78db991

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import time
3
 
4
  # Define the commands to run
5
  command1 = ["python3", "-m", "http.server", "7860"]
6
- command2 = ["qemu-system-x86_64", "Kali-linux.iso"]
7
 
8
  # Start the first process
9
  process1 = subprocess.Popen(command1)
 
3
 
4
  # Define the commands to run
5
  command1 = ["python3", "-m", "http.server", "7860"]
6
+ command2 = ["qemu-system-x86_64", "kali-linux.iso"]
7
 
8
  # Start the first process
9
  process1 = subprocess.Popen(command1)