Skip to content

Commit 32fca89

Browse files
committed
Adding MongoClient
1 parent 49355ff commit 32fca89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils.py

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ def get_client():
66
with open(os.path.join(sys.path[0], "config.ini"), "r") as f:
77
content=f.readlines()
88

9-
print("\n\n=========================================================================\n",content)
109
client = MongoClient("mongodb+srv://Aoishi:"+content[0]+"@cluster0.zpuftvw.mongodb.net/?retryWrites=true&w=majority")
1110

1211

0 commit comments

Comments
 (0)