deepak191z commited on
Commit
9cee6e7
·
verified ·
1 Parent(s): d9542cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ def install_node_and_apk_mitm():
12
  # os.system("sudo apt-get install -y nodejs")
13
 
14
  # Install apk-mitm
15
- # st.write("Installing apk-mitm...")
16
- os.system("npm install -g apk-mitm")
17
 
18
  # Function to process APK file
19
  def process_apk(file_path, output_path):
 
12
  # os.system("sudo apt-get install -y nodejs")
13
 
14
  # Install apk-mitm
15
+ st.write("Installing apk-mitm...")
16
+ # os.system("npm install -g apk-mitm")
17
 
18
  # Function to process APK file
19
  def process_apk(file_path, output_path):