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