Skip to content

Commit

Permalink
took out extra space on line 121 before else mentioned in #34
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinGOSSES committed May 14, 2020
1 parent 475e0a6 commit 86a0dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def _title(soup):
title = title.encode('latin1').decode('cp1252')
except Exception as ex:
LOG.error(str(ex))
else:
else:
center_selection = soup.find_all('center')[1]
bold_selection = center_selection.find_all('b')[0]
title = bold_selection.text.strip(' ')
Expand Down

0 comments on commit 86a0dab

Please sign in to comment.