Skip to content
Snippets Groups Projects
Commit 4ddb0bbd authored by Jiaming's avatar Jiaming
Browse files

living server fix

parent 653488e1
No related branches found
No related tags found
1 merge request!10Implementation of <Project-2.0>
Pipeline #191856 canceled
.idea .idea
.DS_Store .DS_Store
/.env
/Scraper/popular.json /Scraper/popular.json
/Scraper/top.json /Scraper/top.json
/top.json /top.json
......
No preview for this file type
...@@ -9,8 +9,7 @@ from bson.objectid import ObjectId ...@@ -9,8 +9,7 @@ from bson.objectid import ObjectId
load_dotenv() load_dotenv()
#token = os.getenv("MONGODB_URL") token = os.getenv("MONGODB_URL")
token = "mongodb+srv://jmz:lUGTPjwUhDktexu3@cluster0.sg6rm.mongodb.net/webscraping_test?retryWrites=true&w=majority"
class DbHelper: class DbHelper:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment