Skip to content

Commit d3a6cff

Browse files
Updated app.py
1 parent 99fad20 commit d3a6cff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
load_dotenv()
1111
mongo_db_url = os.getenv("MONGODB_URL_KEY")
1212
print(mongo_db_url)
13+
1314
import pymongo
1415
from networksecurity.exception.exception import NetworkSecurityException
1516
from networksecurity.logging.logger import logging

0 commit comments

Comments
 (0)