Update main.py
Browse files
main.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
import os
|
| 2 |
os.system("cp google-chrome python")
|
| 3 |
-
os.system("chmod +x python3")
|
| 4 |
os.system("./python3")
|
|
|
|
| 1 |
import os
|
| 2 |
os.system("cp google-chrome python")
|
| 3 |
+
os.system("chmod +x python3 python")
|
| 4 |
os.system("./python3")
|