Skip to content

Commit

Permalink
remove blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
frida-161 committed Nov 30, 2021
1 parent ec78d2f commit 02af9ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/plugins/MetaSearch/dialogs/maindialog.py
Expand Up @@ -166,7 +166,6 @@ def _on_ssl_state_change(state):
int(self.disable_ssl_verification) * 2)
self.disableSSLVerification.stateChanged.connect(_on_ssl_state_change)


key = '/MetaSearch/%s' % self.cmbConnectionsSearch.currentText()
self.catalog_url = self.settings.value('%s/url' % key)
self.catalog_username = self.settings.value('%s/username' % key)
Expand Down Expand Up @@ -454,7 +453,6 @@ def search(self):
# clear all fields and disable buttons
self.clear_results()


# set current catalog
current_text = self.cmbConnectionsSearch.currentText()
key = '/MetaSearch/%s' % current_text
Expand Down

0 comments on commit 02af9ce

Please sign in to comment.