From a347c187d6ed070cd88f2be1dc7cb10ccd217336 Mon Sep 17 00:00:00 2001 From: Stefan Midjich Date: Tue, 7 Mar 2017 16:40:02 +0100 Subject: [PATCH] typo --- tools/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/client.py b/tools/client.py index 7ee1836..7ed110d 100644 --- a/tools/client.py +++ b/tools/client.py @@ -93,7 +93,7 @@ class Client(object): def commit_rule(self): - rule = find_rule(self.ip_address, self.protocol) + rule = self.find_rule(self.ip_address, self.protocol) if not rule: rule = iptc.Rule() rule.src = self.ip_address