From 8a0ece11dc971c1d8a49b61bf93c9a877a68d2fc Mon Sep 17 00:00:00 2001 From: tdarlak <62685129+tdarlak@users.noreply.github.com> Date: Mon, 29 Jun 2020 03:03:19 -0400 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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