You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,13 @@ The **goal** of this file is explaining to the users of our project the notable
5
5
_The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)_.
6
6
7
7
8
+
## [0.6.6] - 2019-11-11
9
+
10
+
### Changed
11
+
12
+
- Additional web checks default `False` to avoid erros on runtime
InstaPy performs a few checks online, including you connection and the availability of Instagram servers. These checks sometimes fail because Instapy uses third party services to perform these checks. Nevertheless, you can override these checks with this variable: `want_check_browser`.
1770
+
InstaPy can perform a few checks online, including you connection and the availability of Instagram servers. These checks sometimes fail because Instapy uses third party services to perform these checks. If this should be the case. you can override these checks with this variable: `want_check_browser`.
1771
1771
1772
-
`want_check_browser` default is True, you can set it to false at session start. Recommend to do this if experiencing connection errors.
1772
+
`want_check_browser` default is False, you can set it to True at session start. Recommend to do this if you want to add additional checks for the connection to the web and Instagram.
0 commit comments