print("[Error] - Something wrong happens!. Try to run again with --debug option to see more detailed information about the error on a Traceback output."),"\n"
print("[Error] - Something went wrong! Try to run again with the '--debug' argument for more info via the a traceback output."),"\n"
else:
print("[Error] - Something wrong happens!. You have the reason at the end of the Traceback. If you don't understand what's happen, try to contact with project contributors."),"\n"
print("[Error] - Something went wrong! Have a look the traceback. If you don't understand what happened, copy it and get in touch with one of the project contributors via https://github.com/rscmbbng/Border-Check."),"\n"
ifoptions.debug==1:
traceback.print_exc()
print""# \n after traceback ouput
@ -508,7 +508,11 @@ class bc(object):
print"URL:",self.url[0],"\n"
url=urlparse(self.getURL()).netloc#changed this for prototyping
#url = url.replace('www.','') #--> doing a tracert to example.com and www.example.com yields different results.