We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d4184 commit c3ee73aCopy full SHA for c3ee73a
src/utils/crawler.py
@@ -72,7 +72,7 @@ def request(url):
72
err_msg = str(err_msg) + " - Skipping " + str(url)
73
sys.stdout.write(settings.print_critical_msg(err_msg))
74
if settings.VERBOSITY_LEVEL >= 2:
75
- print ""
+ print("")
76
SKIPPED_URLS += 1
77
78
@@ -257,7 +257,7 @@ def crawler(url):
257
print(settings.SINGLE_WHITESPACE)
258
259
if not settings.VERBOSITY_LEVEL >= 2:
260
261
info_msg = "Visited " + str(len(output_href)) + " link"+ "s"[len(output_href) == 1:] + "."
262
print(settings.print_info_msg(info_msg))
263
filename = store_crawling()
0 commit comments