diff --git a/toriptables2.py b/toriptables2.py index f8cde10..c8c4e1a 100755 --- a/toriptables2.py +++ b/toriptables2.py @@ -32,7 +32,7 @@ DNSPort 53 self.load_iptables_rules.__init__(self) def flush_iptables_rules(self): - call(["iptables", '-F']) + call(["iptables", "-F"]) call(["iptables", "-t", "nat", "-F"]) def load_iptables_rules(self):