Skip to content

Commit

Permalink
Update blacklist.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek authored Sep 26, 2018
1 parent d1ffb75 commit 04e3ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blacklist/bin/blacklist.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def list_routes() -> None:
options = {}
integer = 0
for arg in rule.arguments:
options[arg] = integer
options[arg] = str(integer)
integer_replaces[str(integer)] = "[{0}]".format(arg)
integer = +1

Expand Down

0 comments on commit 04e3ff7

Please sign in to comment.