Upload app.py
Browse files
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 |
-
|
410 |
-
|
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:
|