diff --git a/app.py b/app.py index 9a7ecae..88f01db 100644 --- a/app.py +++ b/app.py @@ -118,7 +118,7 @@ def addToList(proxy): # Output saying the proxy was succesful except Exception as exp: # This means the proxy failed - print exp + print (exp) # Prints the exception string print("proxy: {} failed".format(proxy)) return