ColdGrub1384 / LibTerm

iOS sandboxed terminal with Python, Lua and Clang
https://libterm.app
MIT License
639 stars 115 forks source link

Python 3 #15

Closed alexjefferson closed 5 years ago

alexjefferson commented 5 years ago

import subprocess ... subprocess.call('netsh interface ipv4 set interface ""Wireless Network" metric=1', shell=True) Idk why. When i use the code on the top always force close the program.can any one help me?

ColdGrub1384 commented 5 years ago

subprocessmodule is not yet supported. Also, netsh is a Windows command.

alexjefferson commented 5 years ago

Oh oke thx Mr Cold.