We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbeed0 commit efc5f76Copy full SHA for efc5f76
opt/main.py
@@ -26,7 +26,6 @@
26
zenn_scraper.get_articles(driver)
27
28
if zenn_scraper.is_articles_empty():
29
- print("No articles found, stopping the program.")
30
driver.quit()
31
sys.exit()
32
0 commit comments