Skip to content

Commit 6bf4878

Browse files
Update Python Machine Learning Blueprints - Ch 3.ipynb
1 parent fd85c91 commit 6bf4878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter 03/Python Machine Learning Blueprints - Ch 3.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dcap = dict(DesiredCapabilities.PHANTOMJS)\n",
3131
"dcap[\"phantomjs.page.settings.userAgent\"] = (\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36\")\n",
3232
"driver = webdriver.PhantomJS(desired_capabilities=dcap, executable_path=PJS_PATH)\n",
33-
"driver.implicitly_wait(20)\n"
33+
"driver.implicitly_wait(20)\n",
3434
"driver.get(URL)"
3535
]
3636
},

0 commit comments

Comments
 (0)