Ninad077 commited on
Commit
8dfde32
·
verified ·
1 Parent(s): 6c10917

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -405,9 +405,9 @@ elif selected_option == "Seller sale validation":
405
  with open('seller.py') as file:
406
  exec(file.read())
407
 
408
- elif selected_option == "MID checker":
409
- with open('mid.py') as file:
410
- exec(file.read())
411
 
412
  elif selected_option == "Fynder":
413
  with open('bot.py') as file:
 
405
  with open('seller.py') as file:
406
  exec(file.read())
407
 
408
+ # elif selected_option == "MID checker":
409
+ # with open('mid.py') as file:
410
+ # exec(file.read())
411
 
412
  elif selected_option == "Fynder":
413
  with open('bot.py') as file: