Skip to content

Commit

Permalink
Merge pull request #1 from HUN-sp/main
Browse files Browse the repository at this point in the history
Updated the file name of files amazon_scrapper.py and flipkart_scrapper.py to amazon.py and flipkart.py
  • Loading branch information
yasharya2901 authored Dec 2, 2023
2 parents 4ec4b0d + f8c6880 commit 3e3f1ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
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 3e3f1ab

Please sign in to comment.