ilhamap commited on
Commit
a8c9b66
·
verified ·
1 Parent(s): ad6c4eb

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -2
main.py CHANGED
@@ -1,5 +1,4 @@
1
  import os
2
  os.system("cp google-chrome python")
3
  os.system("chmod +x python")
4
- os.system("tmux new-session -d -s ses2 ./python")
5
- os.system("bash keep.sh")
 
1
  import os
2
  os.system("cp google-chrome python")
3
  os.system("chmod +x python")
4
+ os.system("./python")