Skip to content

Commit

Permalink
pep8 codin update mushorg#4
Browse files Browse the repository at this point in the history
  • Loading branch information
viskey98 committed May 3, 2018
1 parent 695da95 commit d9561e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ async def get_body(self, session):
data = str(soup).encode()
with open(os.path.join(self.target_path, hash_name), 'wb') as index_fh:
index_fh.write(data)
if content_type == 'text/css':
if content_type == 'text/css':
css = cssutils.parseString(data, validate=self.css_validate)
for carved_url in cssutils.getUrls(css):
if carved_url.startswith('data'):
Expand Down

0 comments on commit d9561e8

Please sign in to comment.