You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/crawl_processor.py
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@
21
21
frombs4importBeautifulSoup
22
22
importsys
23
23
importrandom
24
-
exceptImportError:
25
-
print(Fore.RED+"[Error #001 - Import error] Can't import some requirements that are necessary to start DPULSE. Please check that all necessary requirements are installed!"+Style.RESET_ALL)
print(Fore.RED+'Some URL seems unreachable! DPULSE will continue to work, but the URL causing the error will not be included in the report'+Style.RESET_ALL)
print(Fore.RED+'Some URL seems unreachable! DPULSE will continue to work, but the URL causing the error will not be included in the report. Reason: {}'.format(e)+Style.RESET_ALL)
print(Fore.RED+'Some URL seems unreachable! DPULSE will continue to work, but the URL causing the error will not be included in the report'+Style.RESET_ALL)
print(Fore.RED+'Some URL seems unreachable! DPULSE will continue to work, but the URL causing the error will not be included in the report. Reason: {}'.format(e)+Style.RESET_ALL)
print(Fore.RED+'Some URL seems unreachable! DPULSE will continue to work, but the URL causing the error will not be included in the report'+Style.RESET_ALL)
print(Fore.RED+'Some URL seems unreachable! DPULSE will continue to work, but the URL causing the error will not be included in the report. Reason: {}'.format(e)+Style.RESET_ALL)
0 commit comments