Athagi commited on
Commit
c2c730d
·
verified ·
1 Parent(s): 75c7852

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -276,6 +276,6 @@ if __name__ == '__main__':
276
  try:
277
  download_apktool()
278
  create_debug_keystore()
279
- app.run(debug=True, host='0.0.0.0', port=5000)
280
  except Exception as e:
281
  print(f"Failed to start application: {str(e)}")
 
276
  try:
277
  download_apktool()
278
  create_debug_keystore()
279
+ app.run(host="0.0.0.0", port=7860)
280
  except Exception as e:
281
  print(f"Failed to start application: {str(e)}")