Skip to content

Commit

Permalink
v2.7.0
Browse files Browse the repository at this point in the history
- Added --workers to adjust pool thread workers for Thread Pool Scraper
- Use Firefox instead of Chrome
- Adjusted wait time for clicking pop-up ad to 2 seconds
- Adjusted scroll-down length from 2,000 to 4,000 pixels
- Adjusted logger from loguru to use Standard Output instead of Standard Error for logging that printed in terminal
  • Loading branch information
sakan811 committed Jun 12, 2024
1 parent b85f479 commit b56c1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
format="{time:YYYY-MM-DD at HH:mm:ss} | {level} | {name} | {module} | {function} | {line} | {message}",
mode='w', level=level)

logger.add(sys.stderr,
logger.add(sys.stdout,
format="{time:YYYY-MM-DD at HH:mm:ss} | {level} | {name} | {module} | {function} | {line} | {message}",
level=level)

Expand Down

0 comments on commit b56c1eb

Please sign in to comment.