Skip to content

Commit

Permalink
Removed broken unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
adamboutcher committed Feb 10, 2021
1 parent d12249f commit d620102
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fail2ban/action.d/shared-f2b/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d620102

Please sign in to comment.