Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
Renamed amazon_scrapper and flipkart_scrapper to amazon and flipkart.
  • Loading branch information
HUN-sp authored Dec 2, 2023
1 parent 6c93227 commit f8c6880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from amazon_scrapper import *
from flipkart_scrapper import *
from amazon import *
from flipkart import *
import sys

def main(*args):
Expand Down

0 comments on commit f8c6880

Please sign in to comment.