From d6201022a8a2b75ef37949568910468beae15223 Mon Sep 17 00:00:00 2001 From: Adam Boutcher Date: Wed, 10 Feb 2021 12:13:00 +0000 Subject: [PATCH] Removed broken unused line --- fail2ban/action.d/shared-f2b/get.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fail2ban/action.d/shared-f2b/get.py b/fail2ban/action.d/shared-f2b/get.py index 0ed7043..9e896f4 100644 --- a/fail2ban/action.d/shared-f2b/get.py +++ b/fail2ban/action.d/shared-f2b/get.py @@ -28,7 +28,6 @@ def getjails(jailname): cur.execute(sql) data = cur.fetchall() else: - queryline = if (sys.version_info > (3, 0)): # Python 3 code in this block import urllib.request