Skip to content

Commit

Permalink
small formatting in downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattwmaster58 committed Aug 15, 2021
1 parent 495be1e commit 18bddf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyppeteer/chromium_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def download_zip(url: str) -> BytesIO:
process_bar.update(len(chunk))
process_bar.close()

logger.warning('\nChromium download done.')
logger.warning('Chromium download done.')
return _data


Expand Down

0 comments on commit 18bddf4

Please sign in to comment.