aboutsummaryrefslogtreecommitdiff
path: root/contrib/signet/getcoins.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/signet/getcoins.py')
-rwxr-xr-xcontrib/signet/getcoins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/signet/getcoins.py b/contrib/signet/getcoins.py
index a069f5fad3..55bce3826d 100755
--- a/contrib/signet/getcoins.py
+++ b/contrib/signet/getcoins.py
@@ -142,7 +142,7 @@ if args.captcha != '': # Retrieve a captcha
try:
res = session.post(args.faucet, data=data)
-except:
+except Exception:
raise SystemExit(f"Unexpected error when contacting faucet: {sys.exc_info()[0]}")
# Display the output as per the returned status code