Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit86a0dab

Browse files
authored
took out extra space on line 121 before else mentioned in#34
1 parent475e0a6 commit86a0dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎utility.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def _title(soup):
118118
title=title.encode('latin1').decode('cp1252')
119119
exceptExceptionasex:
120120
LOG.error(str(ex))
121-
else:
121+
else:
122122
center_selection=soup.find_all('center')[1]
123123
bold_selection=center_selection.find_all('b')[0]
124124
title=bold_selection.text.strip(' ')

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp