We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99fad20 commit d3a6cffCopy full SHA for d3a6cff
app.py
@@ -10,6 +10,7 @@
10
load_dotenv()
11
mongo_db_url = os.getenv("MONGODB_URL_KEY")
12
print(mongo_db_url)
13
+
14
import pymongo
15
from networksecurity.exception.exception import NetworkSecurityException
16
from networksecurity.logging.logger import logging
0 commit comments