Skip to content

Commit c3ee73a

Browse files
committed
Minor fix regarding commixproject@03d4184
1 parent 03d4184 commit c3ee73a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/crawler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def request(url):
7272
err_msg = str(err_msg) + " - Skipping " + str(url)
7373
sys.stdout.write(settings.print_critical_msg(err_msg))
7474
if settings.VERBOSITY_LEVEL >= 2:
75-
print ""
75+
print("")
7676
SKIPPED_URLS += 1
7777

7878

@@ -257,7 +257,7 @@ def crawler(url):
257257
print(settings.SINGLE_WHITESPACE)
258258

259259
if not settings.VERBOSITY_LEVEL >= 2:
260-
print ""
260+
print("")
261261
info_msg = "Visited " + str(len(output_href)) + " link"+ "s"[len(output_href) == 1:] + "."
262262
print(settings.print_info_msg(info_msg))
263263
filename = store_crawling()

0 commit comments

Comments
 (0)