Skip to content

Commit f2f7758

Browse files
committed
adding client.close() in cleanup of first lab
1 parent 4559879 commit f2f7758

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Labs/lab_1_first_application.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,8 @@
287287
"outputs": [],
288288
"source": [
289289
"# db.drop_collection(\"products\")\n",
290-
"client.drop_database(\"cosmic_works\")"
290+
"client.drop_database(\"cosmic_works\")\n",
291+
"client.close()"
291292
]
292293
}
293294
],

0 commit comments

Comments
 (0)