Skip to content

Commit

Permalink
Update python/plugins/MetaSearch/dialogs/maindialog.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
  • Loading branch information
frida-161 and nyalldawson committed Dec 10, 2021
1 parent a416d87 commit 1f025e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/MetaSearch/dialogs/maindialog.py
Expand Up @@ -91,7 +91,6 @@ def __init__(self, iface):
self.constraints = []
self.maxrecords = int(self.settings.value('/MetaSearch/returnRecords', 10))
self.timeout = int(self.settings.value('/MetaSearch/timeout', 10))
# QgsSettings.value returns 'false' not False(!)
self.disable_ssl_verification = self.settings.value(
'/MetaSearch/disableSSL', False, bool)

Expand Down

0 comments on commit 1f025e5

Please sign in to comment.