Skip to content

Commit

Permalink
Update error text.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Sep 23, 2015
1 parent db929f8 commit 493dba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hotness/anitya.py
Expand Up @@ -241,7 +241,7 @@ def update_url(self, project, homepage):
if not response.status_code == 200:
del data['csrf_token']
raise AnityaException('Bad status code from anitya when '
'adding project: %r. Sent %r' % (
'updating project: %r. Sent %r' % (
response.status_code, data))
elif 'Could not' in response.text:
soup = bs4.BeautifulSoup(response.text, "lxml")
Expand Down

0 comments on commit 493dba9

Please sign in to comment.