From c46724ea5edc7b0637252d5324a49d427cb41ac8 Mon Sep 17 00:00:00 2001 From: fuomag9 Date: Wed, 5 Feb 2020 13:17:28 +0100 Subject: [PATCH] changed except to except a generic Exception (more info needed on which exceptions to catch) --- attacks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attacks.py b/attacks.py index 5da0196..4de8381 100644 --- a/attacks.py +++ b/attacks.py @@ -63,7 +63,7 @@ def dump_schema(url, method, graphversion, headers): try: args['type']['kind'] - except: + except Exception: pass try: