Skip to content

Commit

Permalink
Update gimmepeers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
medariox authored May 3, 2019
1 parent 6cf0515 commit 5f454f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion medusa/providers/torrent/html/gimmepeers.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def search(self, search_strings, age=0, ep_obj=None, **kwargs):
log.debug('Search string: {search}',
{'search': search_string})

self.search_params['search'] = search_string
search_params['search'] = search_string

response = self.session.get(self.urls['search'], params=search_params)
if not response or not response.text:
Expand Down

0 comments on commit 5f454f6

Please sign in to comment.