This commit is contained in:
2024-06-17 18:57:08 +07:00
parent e03a34c47a
commit fc75f83926
45 changed files with 1181 additions and 431 deletions

View File

@@ -9,7 +9,7 @@ from phone import phone
import requests
db_connection = MongoClient("mongodb://mongodb:Cc03Wz5XX3iI3uY3@mongo")
db_base = db_connection["phone-dev"]
db_base = db_connection["dev-phone"]
coll = db_base["phone"]
coll_all = db_base["phone-all"]
err = db_base["err"]