Skip to content

Commit

Permalink
db change
Browse files Browse the repository at this point in the history
  • Loading branch information
dishadas168 committed Nov 6, 2023
1 parent 78446cc commit 03604b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper_azure_function/utils/scrape_ebay.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

client = pymongo.MongoClient(mongodb_uri)
db = client["demand-froecasting-ebay"]
raw_collection = db["trial"]
raw_collection = db["raw"]

def make_uid(*args):
uid = ""
Expand Down

0 comments on commit 03604b9

Please sign in to comment.