Skip to content

Commit

Permalink
add: trivial
Browse files Browse the repository at this point in the history
  • Loading branch information
cfhamlet committed Oct 11, 2019
1 parent 76c79de commit e02f56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os_spage/spage_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def _read_http_header(self):
if not line:
self._read = self._read_data
elif simple_check_url(line):
self._url_latest = line.strip()
self._url_latest = line
self._read = self._read_data
else:
d = line.find(COLON)
Expand Down

0 comments on commit e02f56a

Please sign in to comment.